/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$(window).bind("load", function() { // code here });
URL: http://css-tricks.com/snippets/jquery/run-javascript-only-after-entire-page-has-loaded/