亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

Installation of jquery

First we have to download the jquery plug-in compressed package

You can go to the official website, jquery.com

We can download the plug-in package from Baidu

Download URL http ://www.jq22.com/jquery-info122

After downloading, we will get a compressed package. When we unzip the compressed package, we will see two files

jquery.min.js jquery .js

When using it, just put the jquery.min.js file into the folder of our project, and then import the file into the Html page

so that we can use it jquery

Continuing Learning
||
<script> document.write("歡迎學(xué)習jq") </script>
submitReset Code