标签:des style blog http color io os 使用 java
write less ,do more :Lightweight Footprint、CSS3 Compliant、Cross-Browser
What is jQuery?
define:
overviw:
The advantages of using jQuery are:
jQuery includes the following features:
inArray()
and each()
functions.
什么是jQuery?
使用方法:
1 Google CDN:
2 <scripttype="text/javascript"src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
3 Microsoft CDN:
4 <scripttype="text/javascript"src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-2.1.0.min.js"></script>
5 新浪 CDN:
6 <scripttype="text/javascript"src="http://libs.baidu.com/jquery/2.0.3/jquery.min.js"></script>
7 百度 CDN:
8 <scripttype="text/javascript"src="http://libs.baidu.com/jquery/2.0.3/jquery.min.js"></script>
9 使用本地jQuery:
10 <scripttype="text/javascript">window.jQuery||document.write(‘<scriptsrc="//localhost/jQuery/jquery-2.1.0.min.js"><\/script>‘);</script>
11 Wordpress主题中使用:
12 <scripttype="text/javascript">window.jQuery||document.write(‘<scripttype="text/javascript"src="<?phpechoget_template_directory_uri();?>/jquery.min.js">\x3C/script>‘)</script>
W3SCHOOL:(详细学习请移步于此)
jQuery 是一个 JavaScript 函数库。jQuery 库可以通过一行简单的标记被添加到网页中。
jQuery 库包含以下特性:
标签:des style blog http color io os 使用 java
原文地址:http://www.cnblogs.com/xymqx/p/3970388.html