link jQuery: The Basics
This is a basic tutorial, designed to help you get started using jQuery. If you don't have a test page setup yet, start by creating the following HTML page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
|
The src
attribute in the <script>
element must point to a copy of jQuery. Download a copy of jQuery from the Downloading jQuery page and store the jquery.js
file in the same directory as your HTML file.
**Note**: When you download jQuery, the file name may contain a version number, e.g., `jquery-x.y.z.js`. Make sure to either rename this file to `jquery.js` or update the `src` attribute of the `