如:
# 1.4.1 (Release Notes)
Minified, Uncompressed
Documentation: Changelog, Visual Studio
点击1.4.1的Visual Studio 版本进行下载。
地址:
http://docs.jquery.com/Downloading_jQuery
首先你要在页面引用js在
<head>
<script src="js/xx.js" type="text/javascript"></script>
</head>
src 是你的路径
type 固定就这这样
然后你直接调用 这个js里面方法就行了