Run JavaScript Only After Entire Page Has Loaded

Chris Coyier on Updated on
$(window).bind("load", function() {
   // code here
});