Jquery地址
jquery官方的引用地址:
示例:
?| 1 | <script src="http://code.jquery.com/jquery-latest.js"></script> |
| 1 2 | http://code.jquery.com/jquery-1.4.1.min.js http://code.jquery.com/jquery-1.4.1.js |
?
?
Google引用地址:
可以使用下面這個(gè)代碼從ajax.googleapis.com調(diào)用同樣的最新版本jQuery:
示例:
?| 1 | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"type="text/javascript"></script> |
| 1 2 | http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js |
?
轉(zhuǎn)載于:https://www.cnblogs.com/YeRenMing/archive/2013/01/09/2853380.html
總結(jié)
- 上一篇: 为CodeLove编写插件——常用软件扫
- 下一篇: DebugDiagx检测内存泄露