Jquery在线引用地址
时间:2014-09-19 17:45:05
收藏:0
阅读:344
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js" type="text/javascript"></script>
如果谷歌被封,就用jquery官网吧!
<script src="http://code.jquery.com/jquery-latest.js"></script>
Mark
原文:http://blog.csdn.net/kris0x007/article/details/39399261
评论(0)