Short for $(document).ready()


April 11, 2009
Don't know what to read next? Check out the list of popular posts. People like them, they should be good.

another tip »

A shorter way for $(document).ready()

$(function() {
	//Do something here
});

Share
Under Category: jQuery Code
Article Tags: ,
September 19th, 2009
Ali

Simple and usefull
thanks

Trackbacks
Leave a Reply