zoukankan      html  css  js  c++  java
  • Google jQuery 引用地址集合(jquery 1.2.6至jquery1.5.2)

    搜索到的google jQuery引用地址,方便调用,好处就不用说了吧。

    jQuery 1.2.6 引用文件

    <
    script src=
    "http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"
     type=
    "text/javascript"
    ></
    script>
    

    google jQuery 1.3.2引用文件

    <
    script src=
    "http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"
     type=
    "text/javascript"
    ></
    script>
    

    google jQuery 1.4.2引用文件

    <
    script src=
    "http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"
     type=
    "text/javascript"
    ></
    script>
    

    google jQuery 1.5.2引用文件

    <
    script src=
    "http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"
     type=
    "text/javascript"
    ></
    script>
    

    Google Libraries API 地址:http://code.google.com/intl/zh-CN/apis/libraries/

  • 相关阅读:
    MySQL
    权限(二)
    权限(一)
    化栈为队
    栈的最小值
    实现简易版react中createElement和render方法
    12.整数转罗马数字
    call,apply,bind的理解
    8. 字符串转换整数 (atoi)
    172.阶乘后的0
  • 原文地址:https://www.cnblogs.com/hanwest/p/2881893.html
Copyright © 2011-2022 走看看