Document Ready Event Archives - wiki

Document Ready Event

$(document).ready(function(){

   // jQuery methods go here...

});

$(function(){

   // jQuery methods go here...

});

 

By bm on October 7, 2013 | jquery | A comment?
Tags: ,