Document Ready

This is a shorthand for Document Ready for jQuery users that you can copy and paste in your Javascript functions.


$(document).ready(function() {
// you can put all your jQuery code here
});

Leave a Reply