Jquery is one of the javascript library file. We can easy to integrate the website. Jquery is client side scripting language.
How to install the Jquery in web page?
Step 1:
First download the Jquery library file.
See the current release
Download Latest Jquery Version
Step 2:
Put the downloaded file in where you need in your website
For Example :
<html>
<head>
<title>Example page for Jquery</title>
<script language="javascript" type="text/javascript" src="jquery-1.3.2.min.js"></script>
</head>
</html>
No comments:
Post a Comment