Run JavaScript Only After Entire Page Has Loaded


/ Published in: jQuery
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $(window).bind("load", function() {
  2. // code here
  3. });

URL: http://css-tricks.com/snippets/jquery/run-javascript-only-after-entire-page-has-loaded/

Report this snippet


Comments


You need to login to view comments.