码迷,mamicode.com
首页 > 编程语言 > 详细

JavaScript语言和jQuery技术

时间:2021-01-04 11:26:30      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:lib   rip   strong   work   java   type   jquer   str   http   

11.技术图片如何从CDN加载jQuery?

下面是从所有3个CDN加载jQuery的代码。

从Google CDN加载jQuery Framework的代码

<script type="text/javascript"

src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">

</script>

从Microsoft CDN加载jQuery Framework的代码

<script type="text/javascript"

src="http://ajax.microsoft.com/ajax/jquery/jquery-1.9.1.min.js">

</script>

从jQuery站点加载jQuery Framework的代码(EdgeCast CDN)

<script type="text/javascript"

src="http://code.jquery.com/jquery-1.9.1.min.js">

</script>

JavaScript语言和jQuery技术

标签:lib   rip   strong   work   java   type   jquer   str   http   

原文地址:https://www.cnblogs.com/ryyy/p/14216870.html

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