Ready Function In Jquery For Beginners?

Sabarimahesh
Posted by Sabarimahesh under jQuery category on | Points: 40 | Views : 1588
Ready Functio
n :

Specify a function to execute when the DOM is fully loaded.

.Ready(handler)
Jquery For Ready Function:
$(document).ready(function() {
});

Comments or Responses

Login to post response