/ Published in: jQuery
URL: http://css-tricks.com/snippets/jquery/run-javascript-only-after-entire-page-has-loaded/
Expand |
Embed | Plain Text
$(window).bind("load", function() { // code here });
You need to login to post a comment.
URL: http://css-tricks.com/snippets/jquery/run-javascript-only-after-entire-page-has-loaded/
$(window).bind("load", function() { // code here });
You need to login to post a comment.