Friday, January 6, 2012

JQuery - Download

JQuery comes as a single javascript file (jquery.min.js) which you can download from their website. You can include this file in your jsp's head section:
 <script src="jquery-1.7.1.min.js"></script>  

And you are good to go!

No comments: