ANS :- jquery is javascript library which required a jquery.js file. After that you can write the jquery as fallows. It uses "$" as the short hand to write jquery code.
Syntax:
$(document).ready(function () {
//function body
});
Syntax:
$(document).ready(function () {
//function body
});
No comments:
Post a Comment