# jQuery
> jQuery is a fast, small, and feature-rich JavaScript library.
For information on how to get started and how to use jQuery, please see [jQuery's documentation](http://api.jquery.com/).
For source files and issues, please visit the [jQuery repo](https://github.com/jquery/jquery).
If upgrading, please see the [blog post for 3.3.1](https://blog.jquery.com/2017/03/20/jquery-3.3.1-now-available/). This includes notable differences from the previous version and a more readable changelog.
## Including jQuery
Below are some of the most common ways to include jQuery.
### Browser
#### Script tag
```html
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
```
#### Babel
[Babel](http://babeljs.io/) is a next generation JavaScript compiler. One of the features is the ability to use ES6/ES2015 modules now, even though browsers do not yet support this feature natively.
```js
import $ from "jquery";
```
#### Browserify/Webpack
There are several ways to use [Browserify](http://browserify.org/) and [Webpack](https://webpack.github.io/). For more information on using these tools, please refer to the corresponding project's documention. In the script, including jQuery will usually look like this...
```js
var $ = require("jquery");
```
#### AMD (Asynchronous Module Definition)
AMD is a module format built for the browser. For more information, we recommend [require.js' documentation](http://requirejs.org/docs/whyamd.html).
```js
define(["jquery"], function($) {
});
```
### Node
To include jQuery in [Node](nodejs.org), first install with npm.
```sh
npm install jquery
```
For jQuery to work in Node, a window with a document is required. Since no such window exists natively in Node, one can be mocked by tools such as [jsdom](https://github.com/tmpvar/jsdom). This can be useful for testing purposes.
```js
require("jsdom").env("", function(err, window) {
if (err) {
console.error(err);
return;
}
var $ = require("jquery")(window);
});
```
没有合适的资源?快使用搜索试试~ 我知道了~
【java毕业设计】高仿小米电子商城项目模板源码(springboot+vue+mysql+说明文档).zip
共313个文件
js:115个
xml:53个
jpg:32个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 148 浏览量
2024-11-13
08:28:14
上传
评论
收藏 5.63MB ZIP 举报
温馨提示
环境说明: 开发语言:Java 框架:springboot,mybatis JDK版本:JDK1.8 数据库:mysql 5.7数据库工具:Navicat11开发软件:eclipse/idea Maven包:Maven3.3
资源推荐
资源详情
资源评论
收起资源包目录
【java毕业设计】高仿小米电子商城项目模板源码(springboot+vue+mysql+说明文档).zip (313个子文件)
.bowerrc 52B
font-awesome.css 37KB
font-awesome.min.css 30KB
home-index.css 7KB
user-login.css 3KB
product-search.css 3KB
style.css 3KB
common-header.css 3KB
product-detail.css 2KB
user-reg.css 2KB
common-footer.css 2KB
fontawesome-webfont.eot 162KB
index.ftl 22KB
search.ftl 17KB
spring.ftl 14KB
footer.ftl 6KB
detail.ftl 4KB
login.ftl 4KB
header.ftl 4KB
reg.ftl 3KB
sprite_login.gif 1KB
.gitignore 301B
favicon.ico 1KB
mi-web-site.iml 6KB
mi-core.iml 867B
mi-util.iml 867B
mi-web-api.iml 867B
mi-web-admin.iml 867B
mi.iml 867B
ProductController.java 434B
UserController.java 407B
HomeController.java 399B
SiteApplication.java 345B
login-bg.jpeg 227KB
slider-02.jpg 309KB
product-01.jpg 289KB
slider-04.jpg 257KB
slider-05.jpg 213KB
slider-03.jpg 191KB
slider-01.jpg 172KB
product-ad-01.jpg 168KB
product-10.jpg 116KB
promo-01.jpg 74KB
product-ad-05.jpg 70KB
product-ad-03.jpg 58KB
product-11.jpg 57KB
promo-02.jpg 56KB
promo-03.jpg 56KB
product-08.jpg 35KB
product-ad-04.jpg 34KB
20180928150130742_650x352.jpg 34KB
product-ad-02.jpg 34KB
product-04.jpg 31KB
product-12.jpg 30KB
product-05.jpg 30KB
product-09.jpg 29KB
product-15.jpg 28KB
product-07.jpg 28KB
product-03.jpg 27KB
product-13.jpg 26KB
product-06.jpg 24KB
product-02.jpg 23KB
20180928150204007_650x334.jpg 19KB
product-19.jpg 15KB
20180928150142477_650x349.jpg 12KB
product-17.jpg 12KB
jquery.js 265KB
jquery.slim.js 214KB
jquery.min.js 85KB
jquery.slim.min.js 68KB
sizzle.js 64KB
ajax.js 22KB
sizzle.min.js 19KB
event.js 19KB
effects.js 17KB
css.js 13KB
manipulation.js 12KB
deferred.js 11KB
core.js 9KB
core.js 9KB
offset.js 7KB
selector-native.js 6KB
callbacks.js 5KB
trigger.js 5KB
traversing.js 4KB
classes.js 4KB
xhr.js 4KB
data.js 4KB
val.js 4KB
Data.js 4KB
init.js 3KB
attr.js 3KB
Tween.js 3KB
serialize.js 3KB
queue.js 3KB
prop.js 3KB
support.js 3KB
jsonp.js 3KB
buildFragment.js 2KB
deprecated.js 2KB
共 313 条
- 1
- 2
- 3
- 4
资源评论
风月歌
- 粉丝: 1643
- 资源: 3171
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- C#ASP.NET企业文件管理系统源码数据库 SQL2008源码类型 WebForm
- 小红书图文下载工具,无水印下载图文
- 飞书文档下载工具,解除飞书文档复制限制
- 7fe9198d9e3a020dd32b09bda2cdd7ab_1731557932240_1
- VaM_Updater.zip
- C#MVC5+EasyUI企业快速开发框架源码 BS开发框架源码数据库 SQL2012源码类型 WebForm
- zblog站群:zblog seo站群高收录排名全地域霸屏
- 【安卓毕业设计】数独联网对战APP源码(完整前后端+mysql+说明文档).zip
- 【安卓毕业设计】Android天气小作业源码(完整前后端+mysql+说明文档).zip
- 【安卓毕业设计】群养猪生长状态远程监测源码(完整前后端+mysql+说明文档).zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功