As I've successfully open a xy.php page in div id="portfolio" of the working abc.php page without redirection. But the problem arose is that I think it is a synchronized call that is why when the xy.php page open in a div id="portfolio" than its <body onload=""> onload function does not call because this xy.php page is opened using synchronised method not redirect. So, On Synchronised call how to run the functions which is present inside onload="". Any Suggestions ? ? ?
Here is my working JS Fiddle
I'm calling the next page on `
<li><a data-async-load="xy.php"></a></li>` tag