How can a developer use jQuery?

jQuery can be download from jquery.com. After downloading the jQuery file, include it in the web page using the following mark-up under the <head></head> tag:

<script type="text/javascript" src="jQuery-1.4.1-min.js"></script>

No comments:

Post a Comment