| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Fixes gh-2978
Close gh-3002
|
|
|
|
|
| |
Fixes gh-2732
Close gh-2840
|
| |
|
|
|
|
| |
This reverts commit f24726daa3760014b7283ad14a13117c72dd9474.
|
| |
|
|
|
|
| |
This reverts commit 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278.
|
|
|
|
| |
This reverts commit 5c086c3782459307c44397549fef15a87c8b90c4.
|
|
|
|
|
|
|
|
|
| |
Fixes gh-1759
(cherry picked from commit 47ccf3daadc4b312f850502300129952e70f9d9d)
Conflicts:
src/attributes/attr.js
|
|
|
|
|
|
|
|
|
|
|
| |
- Classes simpliciation
Close gh-2465
(cherry picked from commit 5db1e053098af747330044d5740e5379f2834402)
Conflicts:
src/attributes/classes.js
|
|
|
|
|
|
| |
Ref gh-2491
(cherry picked from commit 4bf1a09522955eb52de1fafb4ee1ecc5982b7a3e)
|
|
|
|
|
|
|
|
|
|
| |
Fixes gh-2491
Close gh-2618
(cherry picked from commit 53f798cf4d783bb813b4d1ba97411bc752b275f3)
Conflicts:
src/attributes/classes.js
|
|
|
|
|
| |
Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7
Fixes gh-2056
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes gh-2133
Fixes gh-2501
Closes gh-2504
Refs gh-1950
Refs gh-1949
Refs gh-2397
Refs gh-1537
Refs gh-2504
Refs 842958e7aecd0d75a7ee9e2aaec83457701aa2f3
|
|
|
|
| |
Follow-up for d0388e9e806ca3b30e7bbaaa1c336b7c98dc5f88
|
|
|
|
|
| |
Ref 5153b5334eb2c8317372b46209bd9d092a91afdc
Closes gh-2426
|
|
|
|
|
|
|
|
|
| |
- Note: support for SVG is limited in jQuery,
but this is one area where the cost vs benefit ratio
was acceptable.
Fixes gh-2199
Close gh-2268
|
|
|
|
| |
Close gh-2201
|
|
|
|
| |
Ref https://github.com/jquery/jquery/issues/2118
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Fixes gh-2118
Close gh-2129
Conflicts:
test/unit/attributes.js
|
|
|
|
|
|
|
|
|
|
| |
not present: `< 0`
present: `> -1`
at index: `=== N`
(cherry picked from commit 53aa87f3bf4284763405f3eb8affff296e55ba4f)
Closes gh-1985
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The hook is still defined; not using it could cause issues in IE<11.
Backport the test from the master branch.
Also, IE10 no longer throws when value not set but it still doesn't trim the
value. IE11 has all those issues fixed; support comments are updated.
(cherry-picked from f6302b0b53d61dfe1adbfaf6612be5cbced5bbc1)
Fixes gh-1902
Closes gh-1901
|
|
|
|
|
|
|
|
|
|
| |
That includes IE<8, Opera 12.x, Firefox<29, Safari<6.0 and some hacks
for old Blackberry.
Fixes gh-1836
Fixes gh-1701
Refs gh-1815
Refs gh-1820
|
|
|
|
|
| |
Ref 29838b6cab6f2e508f3e9692f32918c72b1a504b
Closes gh-1628
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Conflicts:
build/tasks/build.js
src/ajax/xhr.js
src/attributes/classes.js
src/attributes/prop.js
src/attributes/val.js
src/core/init.js
src/core/ready.js
src/css.js
src/css/curCSS.js
src/css/defaultDisplay.js
src/data.js
src/data/var/dataPriv.js
src/data/var/dataUser.js
src/dimensions.js
src/effects.js
src/event.js
src/manipulation.js
src/offset.js
src/queue.js
src/selector-native.js
test/data/testrunner.js
|
|
|
|
|
|
| |
Fixes #14858
Ref #14686
Closes gh-1531
|
|
|
|
|
| |
Ref badcd1b6f301e6253405f17759c1270549a34e12
Closes gh-1518
|
|
|
|
| |
Thanks @gibson042
|
|
|
|
|
|
|
|
|
| |
When new option element is added to select box we need to force reflow
of newly added node in order to workaround delay of initialization props.
try...catch statment is required for bug isolation
Fixes #2252
|
|
|
|
| |
Fixes #14686
|
| |
|
|
|
|
| |
checkClone as it is now used is fine in IE)
|
|
|
|
|
|
|
|
|
|
| |
across all modules). Restore proper support property for effects.
Conflicts:
src/attributes/classes.js
src/core.js
src/manipulation.js
src/traversing.js
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax.
Conflicts:
src/core.js
src/css.js
src/data.js
src/effects.js
src/event.js
src/manipulation.js
src/traversing.js
|
| |
|
| |
|
| |
|
|
|
|
| |
- attr requires val for attaching to the nodeHook as a valHook for buttons
|
|
|
|
| |
gh-1331. (cherry-picked from c418b94eb48188cd9329519ae5e030a52dd81cc9)
|
|
|
|
|
|
|
|
|
|
| |
to save 15 bytes.
Conflicts:
src/css.js
src/manipulation.js
src/offset.js
src/support.js
|
|
Conflicts:
Gruntfile.js
README.md
src/ajax.js
src/ajax/xhr.js
src/attributes.js
src/core.js
src/css.js
src/data.js
src/effects.js
src/event.js
src/manipulation.js
src/offset.js
src/selector-native.js
src/traversing.js
test/unit/core.js
test/unit/data.js
|