您的位置:首页 > Web前端 > JQuery

如何在网页中添加 jQuery。

2016-03-17 15:54 579 查看
转自:http://www.runoob.com/jquery/jquery-install.html

典型的方式:

1、

<head>
<script src="http://libs.baidu.com/jquery/1.10.2/jquery.min.js">
</script>
</head>

2、

<head>
<script src="http://lib.sinaapp.com/js/jquery/2.0.2/jquery-2.0.2.min.js">
</script>
</head>

3、

<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
</script>
</head>

4、或者从官网中下载并导入到项目工程中,下载地址:
http://jquery.com/download/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: