码迷,mamicode.com
首页 > Web开发 > 详细

jquery CDN

时间:2015-02-09 19:56:54      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:

Google CDN:

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

Microsoft CDN:

<head>
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.0.js">
</script>
</head>

jquery CDN

标签:

原文地址:http://www.cnblogs.com/fgb-com/p/4282031.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!