Home > Article > Web Front-end > How to download javascript
How to download javascript: first check the specific link address of the js to be downloaded; then create a js file and name the file according to yourself; finally copy all the js code seen on the web page to the local js file Just hit it.
The operating environment of this article: windows7 system, jquery-2.1.4 version, DELL G3 computer.
First, check the specific link address of the js you want to download.
#Then copy the link address to the browser, as shown in the picture. After copying, you can see a lot of js code.
Then find a folder locally and create a js file. Name the file according to yourself, as shown in the picture, I named it jquery-2.1.4.min.js.
Then use software that can edit text files to open the created js file, and copy all the js code you just saw on the web page to the local js file.
Test whether the js file can be used. [Recommended learning: js basic tutorial]
Put the js files and html files in the same directory.
#Then add the content as shown in the html file.
After editing the html file, open the file in the browser. The result is as shown in the figure, which shows that the js on the web page is successfully downloaded and saved locally.
The above is the detailed content of How to download javascript. For more information, please follow other related articles on the PHP Chinese website!