Idiot Proofing the jQuery.ready
I'm always writing quick prototypes of ideas I've got, and often they'll include some quick jQuery. However, for reasons unbeknownst to me, about 1/3 of the time I forget to wrap the statements in a .ready() function, and since I have the habit of putting my script tags in the head - the code never fires. [...]