Archive for December, 2009

jQuery: $(document).ready(function(){…}) vs $(window).bind(’load’, function(){…})

Wednesday, December 9th, 2009 | Coding, Tips & Tricks, jQuery | 24 Comments

The $(document).ready(function(){…}) is great and I always use it. It gets called after all the page elements are loaded, which means that all your input boxes, img, etc are there by the time you execute your javascript. Up until today I didn’t need anything else… › Continue reading

Categories

Search

Meta

Afrigator