Category Archives: How to start

From where to start jquery

To use the jquery first you must download its library file . Click here to download .

Now include that the library file into your page like shown below

<head>
<title>JQUERY starts Here!</title>
<script type=’text/javascript’ src=’jquery-1.4.3.js’></script>
</head>