jQuery环境怎么安装?
看透不说透
看透不说透 2016-12-17 15:23:09
0
2
1301
看透不说透
看透不说透

reply all(2)
数据分析师

How to install the jQuery environment? - PHP Chinese website Q&A - How to install the jQuery environment? - PHP Chinese website Q&A

Take a look around and learn.

迷茫

首先我们把jquery的文件下载下来,放在本地项目中,然后我们引入这个js的文件即可

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title></title>
    <script type="text/javascript" src="jquery-1.11.3.min.js"></script>
</head>
<body>
</body>
</html>

<script></script>标签中的src后面写入路径,如果路径不正确,是无法使用的!

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template