How to resize div in page loaded using jquery.load() ?
Hi, I have a page loading in a div using jquery.load(), however when the main page is resized, I'd like to resize the loaded page as well, because it contains a div, is there any way to accomplish that? I already setup the $(window).resize function in the loaded page, but it does not work, I will appreciate your help, thanks!