Refresh div on parent page from iframe using jquery
问题 I'm using fancybox's modal box with an iFrame. On form success from the iFrame I'm using the code below: <script type="text/javascript"> window.setTimeout('window.top.location.href = "/page.asp"; ',999); </script> <script language="javascript"> <!-- setTimeout("parent.$.fancybox.close();",1000) //--> </script> This closes fancybox's modal box and refreshes the parent page. I want to target a div to refresh on the parent page from the iFrame using Jquery. I want the target DIV on the parent