]> source.dussan.org Git - jquery.git/commit
Misc: Drop support for older browsers; update support comments 1837/head
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 3 Nov 2014 18:53:22 +0000 (19:53 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Mon, 8 Dec 2014 20:12:33 +0000 (21:12 +0100)
commit90d7cc1d8b2ea7ac75f0eacb42439349c9c73278
tree3302e3fce03076b1fe3e91eedba671be42bade69
parenta467f8653a6fab2903148df80ab0ce9f5f4fd04f
Misc: Drop support for older browsers; update support comments

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
41 files changed:
README.md
src/.jshintrc
src/ajax.js
src/ajax/parseJSON.js
src/ajax/script.js
src/ajax/xhr.js
src/attributes/attr.js
src/attributes/prop.js
src/attributes/support.js
src/attributes/val.js
src/core.js
src/core/init.js
src/core/ready.js
src/css.js
src/css/curCSS.js
src/css/hiddenVisibleSelectors.js
src/css/support.js
src/dimensions.js
src/effects.js
src/effects/support.js [deleted file]
src/event.js
src/manipulation.js
src/manipulation/support.js
src/offset.js
src/support.js
test/data/css/cssWidthBeforeDocReady.html
test/data/dimensions/documentSmall.html
test/data/support/shrinkWrapBlocks.html [deleted file]
test/data/testsuite.css
test/unit/ajax.js
test/unit/attributes.js
test/unit/css.js
test/unit/dimensions.js
test/unit/effects.js
test/unit/event.js
test/unit/manipulation.js
test/unit/offset.js
test/unit/selector.js
test/unit/serialize.js
test/unit/support.js
test/unit/wrap.js