.Net Special Support
This blogs provides .Net tips and practical solutions
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
‹
›
Home
View web version
No comments:
Post a Comment