feature(bower) jquery v3.2.1

This commit is contained in:
coderaiser 2017-05-10 12:35:26 +03:00
parent 5c1870e9f7
commit 0aa54010a9
7 changed files with 21 additions and 13 deletions

View file

@ -32,7 +32,7 @@
"findit": "1.1.7",
"menu": "~1.0.2",
"olark": "^1.0.0",
"jquery": "3.1.1",
"jquery": "3.2.1",
"smalltalk": "2.2.0",
"fancybox": "^2.1.6",
"philip": "1.3.6"

View file

@ -17,7 +17,7 @@
],
"remote": [{
"name": "jquery",
"version": "3.1.1",
"version": "3.2.1",
"local": "/modules/jquery/dist/jquery.min.js",
"remote": "//ajax.googleapis.com/ajax/libs/jquery/{{ version }}/jquery.min.js"
}, {

View file

@ -12,14 +12,14 @@
"library"
],
"homepage": "https://github.com/jquery/jquery-dist",
"version": "3.1.1",
"_release": "3.1.1",
"version": "3.2.1",
"_release": "3.2.1",
"_resolution": {
"type": "version",
"tag": "3.1.1",
"commit": "1b30f3ad466ebf2714d47eda34dbd7fdf6849fe3"
"tag": "3.2.1",
"commit": "77d2a51d0520d2ee44173afdf4e40a9201f5964e"
},
"_source": "https://github.com/jquery/jquery-dist.git",
"_target": "3.1.1",
"_target": ">=1.10",
"_originalSource": "jquery"
}

View file

@ -293,3 +293,9 @@ Damian Senn <jquery@topaxi.codes>
Ralin Chimev <ralin.chimev@gmail.com>
Felipe Sateler <fsateler@gmail.com>
Christophe Tafani-Dereeper <christophetd@hotmail.fr>
Manoj Kumar <nithmanoj@gmail.com>
David Broder-Rodgers <broder93@gmail.com>
Alex Louden <alex@louden.com>
Alex Padilla <alexonezero@outlook.com>
南漂一卒 <shiy007@qq.com>
karan-96 <karanbatra96@gmail.com>

View file

@ -1,4 +1,4 @@
Copyright jQuery Foundation and other contributors, https://jquery.org/
Copyright JS Foundation and other contributors, https://js.foundation/
This software consists of voluntary contributions made by many
individuals. For exact contribution history, see the revision history

View file

@ -5,6 +5,8 @@
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.2.1](https://blog.jquery.com/2017/03/20/jquery-3-2-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.
@ -14,7 +16,7 @@ Below are some of the most common ways to include jQuery.
#### Script tag
```html
<script src="https://code.jquery.com/jquery-2.2.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
```
#### Babel

File diff suppressed because one or more lines are too long