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.
A shorter way for $(document).ready()
$(function() {
//Do something here
});
Simple and usefull
thanks
Trackbacks