• 在线CDN代码-jq jquery


    <h1>在线jquery代码:</h1>
    <ul>
    <li><!--Baidu CDN-->
    <script type="text/javascript" src="http://libs.baidu.com/jquery/1.10.2/jquery.min.js"></script>
    </li>
    <li><!--又拍云 CDN-->
    <script type="text/javascript" src="http://upcdn.b0.upaiyun.com/libs/jquery/jquery-2.0.2.min.js"></script>
    </li>
    <li><!--新浪 CDN:-->
    <script type="text/javascript" src="http://lib.sinaapp.com/js/jquery/2.0.2/jquery-2.0.2.min.js"></script>
    </li>
    <li><!--Google CDN:-->
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
    </li>
    <li><!--Microsoft CDN:-->
    <script type="text/javascript" src="http://ajax.htmlnetcdn.com/ajax/jQuery/jquery-1.10.2.min.js"></script>
    </li>
    </ul>
    <h1>在线的jquery.mobile(jqm)代码</h1>
    <div>
    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css">
    <script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
    <script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
    </div>

    <div>
    <h1>在线的Bootstrap代码</h1>
    <!-- 新 Bootstrap 核心 CSS 文件 -->
    <link rel="stylesheet" href="//cdn.bootcss.com/bootstrap/3.3.5/css/bootstrap.min.css">

    <!-- 可选的Bootstrap主题文件(一般不用引入) -->
    <link rel="stylesheet" href="//cdn.bootcss.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">

    <!-- jQuery文件。务必在bootstrap.min.js 之前引入 -->
    <script src="//cdn.bootcss.com/jquery/1.11.3/jquery.min.js"></script>

    <!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
    <script src="//cdn.bootcss.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
    </div>

    <h1>ionic代码</h1>
    <!--<link href="http://www.runoob.com/static/ionic/css/ionic.min.css" rel="stylesheet">-->
    <!--<script src="http://www.runoob.com/static/ionic/js/ionic.bundle.min.js"></script>-->

     <h1>常用CDN</h1>

    1.百度

    http://cdn.code.baidu.com/

    2.360网站卫士常用前端公共库加速服务

    http://libs.useso.com/js.php

    3.bootcdn

    http://www.bootcdn.cn/

    4.VUE

     http://www.bootcdn.cn/vue/

    haley欢迎您来访本博客。此博客是作者在工作中的一个记事本,方便下次遇到同样问题时,以最快的速度解决掉遇到的问题。如果您发现哪里写的不对,欢迎给我留言,让我们一起进步。不胜感激!
  • 相关阅读:
    CSS3新子代选择器
    css3新选择
    procixx和最近调试的坑
    procixx地址
    从零开始之uboot、移植uboot2017.01(二、从入口分析流程)
    从零开始之uboot、移植uboot2017.01(一、移植前的准备)
    四、移植 JZ2440 开发板
    三、编译第一步 make xxx_defconfig——Makefile.build 脚本
    二、编译第一步 make xxx_defconfig
    一、配置介绍
  • 原文地址:https://www.cnblogs.com/haley168/p/cdn.html
Copyright © 2020-2023  润新知