how to load the page fully with jquery code example
Example: load page jquery
Syntex
$(selector).load(URL, data, callback);
Example:
$('#loadhere').load('file.html');
<div id="loadhere"></div>
Syntex
$(selector).load(URL, data, callback);
Example:
$('#loadhere').load('file.html');
<div id="loadhere"></div>