$(document).ready(function() { // code here });
$( window ).load(function() { // Run code });
Syntex $(selector).load(URL, data, callback); Example: $('#loadhere').load('file.html'); <div id="loadhere"></div>