| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fixes #14344.
|
|
|
|
| |
across all modules)
|
|
|
|
| |
functions > jQuery.extend > jQuery.fn.extend.
|
|
|
|
| |
CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax.
|
| |
|
| |
|
|
|
|
|
|
| |
Thanks @gnarf37. Close gh-1279.
(cherry picked from commit ae9e05e9f3cb071232b056005755acb5926e403e)
|
|
|
|
| |
(cherry picked from commit 00231d5d94d3374d53bfe79e04ba253250c73087)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
jQuery._data; Remove needless, internal second argument of jQuery.cleanData. Closes gh-1234
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(cherry picked from commit 9cf812d7a28a08608eab30440102b00ebd3c2291)
|
| |
|
| |
|
|
|
|
|
|
| |
way for the css array signature
Also, simplify the jQuery.css numeric coercion signature
|
| |
|
| |
|
| |
|
|
|
|
| |
@curiousdannii - Closes gh-1019
|
|
|
|
| |
Closes gh-1018
|
|
|
|
|
| |
Closes gh-1022
Closes gh-1021
|
|
|
|
| |
added to the main jQuery closure and some "could-be-unsafe" `this` trickery in effects is silenced.
|
| |
|
|
|
|
| |
#12519, Closes gh-976
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
#12117 - Closes gh-869
|
| |
|
| |
|
| |
|
|
|
|
| |
Generate a .progress() for each step of an animation, once all properties are changed. Closes gh-835.
|
|
|
|
| |
In particular, an animation stopped with `gotoEnd` will be rejected.
|
| |
|
| |
|
|
|
|
| |
Also removes fake IIFEs ffrom effects.
|
| |
|
| |
|
| |
|