Wednesday, 14 September 2011

Why using "Document Ready Function" with jQuery functions ?

$(document).ready(function(){
   // jQuery functions go here...
});
This is to prevent any jQuery code when form/document is not completed loading.

No comments:

Post a Comment