Hosted jQuery Library
If you don't want to store the jQuery library on your own computer, you can use the hosted jQuery library from Google:
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
</head>
Helpful URL's
| Category | Description | URL |
|---|---|---|
| Script | Download jQuery Library | http://docs.jquery.com/Downloading_jQuery#Download_jQuery |
| Script | jQuery Date Picker | http://jqueryui.com/demos/datepicker/ |
| Tutorial | jQuery Tutorial | http://www.w3schools.com/jquery/default.asp |
