Run JavaScript Only After Entire Page Has Loaded

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