aboutsummaryrefslogtreecommitdiffstats
path: root/src/deprecated.js
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Deprecated: Drop size and andSelf methods"Timmy Willison2016-01-071-1/+9
| | | | This reverts commit f1913cf0316edbab77a081ae9c2ee218a61ce5a7.
* Deprecated: fix amd mode for the deprecated moduleTimmy Willison2015-10-251-1/+3
| | | | (cherry picked from commit e271f665dd8fb617a5015051e1c9df8cebd6c97b)
* Event: Move .bind() and .delegate() to deprecatedDave Methvin2015-10-121-0/+22
| | | | | | Cherry-picked from ee0854f85bd686b55757e8854a10480f23c928da Fixes gh-2288 Closes gh-2624
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-2/+2
| | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056
* Deprecated: Drop size and andSelf methodsMichał Gołębiowski2014-10-301-12/+1
| | | | | | | (cherry-picked from f110360f65a268e959ae892ca36e85da3d91e606) Fixes gh-1749 Closes gh-1822
* Apply consistent ordering in all modules. -219 bytes. Order modules like ↵Timmy Willison2013-09-091-0/+2
| | | | functions > jQuery.extend > jQuery.fn.extend.
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-5/+5
| | | | | | | | | | | | | | | | | | | | 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
* No ticket: Move jQuery.fn.size to deprecated. Close gh-1229.Michał Gołębiowski2013-04-071-0/+7
|
* Remove APIs now in jquery-compatDave Methvin2012-11-071-125/+2
|
* Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. ↵Greg Lavallee2012-10-161-16/+45
| | | | | | Closes gh-982. Signed-off-by: Timmy Willison <timmywillisn@gmail.com>
* Moved attrFN to deprecated. Close gh-977.Akintayo Akinwunmi2012-10-161-0/+3
|
* fix effects tests failureMike Sherov2012-10-161-1/+7
|
* Deprecate fn toggle Closes gh-970 ↵David Bonner2012-10-151-0/+26
| | | | https://github.com/jquery/2012-dev-summit/issues/24
* Fix #12333. Chrome needs $.browser.webkit too.Dave Methvin2012-08-201-4/+5
|
* Clean up regexen; use common regex for numbers. Close gh-862.Richard Gibson2012-07-221-2/+2
|
* Move jQuery.sub to deprecated.js, because it is.Dave Methvin2012-06-291-0/+21
|
* Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves ↵Rick Waldron2012-06-251-0/+41
jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965