Home >Web Front-end >JS Tutorial >How to download jquery
How to download jquery: First use Baidu to search for "jQuery"; then click to enter the jQuery website; finally find a version suitable for development and download it.
The operating environment of this tutorial: Windows 7 system, jquery version 3.2.1. This method is suitable for all brands of computers.
How to download jquery:
First, open your browser, no matter what browser it is, as long as you can connect to the Internet.
Recommended: "jquery video tutorial"
Use Baidu to search for "jQuery".
You can select one of the items shown in the figure below and click to enter the jQuery website.
After clicking on the content shown in the picture above, you can enter the page shown in the picture below:
page There is a lot of content for you to choose from, and you can download it according to your needs.
#In the content shown in the picture above, find the version suitable for your development and download it.
The picture above shows the version I chose. You can choose according to your requirements, or choose the latest version. There are some introductions about jQuery on the jQuery website. You can check the content on the website to determine whether it meets your requirements:
After downloading it, you can use jQuery .
You can also use the library provided by google. The library provided by google will be relatively stable, and they claim that the library provided by google can be used permanently.
Start the library access method provided by google as shown in the picture above/below:
jQuery does not require compilation , you can use it by importing the file into the required page.
The above is the detailed content of How to download jquery. For more information, please follow other related articles on the PHP Chinese website!