Translate

Showing posts with label JQuery. Show all posts
Showing posts with label JQuery. Show all posts

Friday, April 26, 2013

JQuery Ready function


JQuery Ready function

The minimum requirement to use "Ready" is that you should include
jquery-1.4.1.js file need to include

Actually $(document).ready,this function execute  as soon DOM is loaded and before page gets render.