获取jQuery
1.下载jQuery,从本地导入Web应用,例如:
<script src="jquery.js" type="text/javascript"></script>
2.从内容分发网络(CDN)导入Web应用,例如:
Google CDN:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>
Microsoft CDN:
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.0.js" type="text/javascript"></script>
jQuery CDN:
<script src="http://code.jquery.com/jquery-1.8.0.min.js" type="text/javascript"></script>
相关推荐
hhanbj 2020-11-17
81427005 2020-11-11
TONIYH 2020-07-22
83510998 2020-07-18
wcqwcq 2020-06-26
delmarks 2020-06-14
ppsurcao 2020-06-14
tthappyer 2020-06-07
EdwardSiCong 2020-11-23
85477104 2020-11-17
seoppt 2020-09-13
honeyth 2020-09-13
WRITEFORSHARE 2020-09-13
84483065 2020-09-11
momode 2020-09-11
85477104 2020-08-15
83510998 2020-08-08