Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ajax: Deprecate AJAX event aliases, inline event/alias into deprecated | Michał Gołębiowski-Owczarek | 2020-01-21 | 1 | -22/+2 |
| | | | | | | | | | | | A new `src/deprecated` directory makes it possible to exclude some deprecated APIs from a custom build when their respective "parent" module is excluded without keeping that module outside of the `src/deprecated` directory or the `src/deprecated.js` file. Closes gh-4572 (cherry picked from 23d53928f383b0e7440bf4b08b7524e6af232fad) | ||||
* | Core: Deprecate jQuery.trim | Shashanka Nataraj | 2019-09-26 | 1 | -0/+9 |
| | | | | | | | Fixes gh-4363 Closes gh-4461 (cherry picked from 5ea5946094784f68437ef26d463dfcfbbbaff1f6) | ||||
* | Core: deprecate jQuery.type | Jason Bedard | 2018-01-16 | 1 | -1/+3 |
| | | | | | Fixes gh-3605 Close gh-3895 | ||||
* | Core: deprecate jQuery.isNumeric | Jason Bedard | 2018-01-15 | 1 | -0/+14 |
| | | | | | Fixes gh-2960 Closes gh-3888 | ||||
* | Event: Move event aliases to deprecated | Dave Methvin | 2018-01-15 | 1 | -1/+3 |
| | | | | Fixes gh-3214 | ||||
* | Core: deprecate jQuery.isFunction | Jason Bedard | 2018-01-15 | 1 | -2/+4 |
| | | | | Fixes gh-3609 | ||||
* | Core: deprecate jQuery.proxy (not slated for removal) | Timmy Willison | 2018-01-08 | 1 | -2/+34 |
| | | | | | Fixes gh-2958 Close gh-3885 | ||||
* | Core: deprecate jQuery.now | Timmy Willison | 2018-01-08 | 1 | -0/+2 |
| | | | | | Fixes gh-2959 Close gh-3884 | ||||
* | Core: adjust data tests to ensure proper camelCasing | Timmy Willison | 2018-01-08 | 1 | -1/+3 |
| | | | | | - Add back camelCase to the public object (deprecate not remove) Ref #3384 | ||||
* | Core: Deprecate jQuery.isWindow | Shashanka Nataraj | 2017-07-10 | 1 | -2/+4 |
| | | | | | Fixes gh-3629 Close gh-3702 | ||||
* | Tests: move readywait to an iframe test | Steve Mao | 2017-03-20 | 1 | -7/+7 |
| | | | | | Close gh-3576 Fixes gh-3573 | ||||
* | Core: move jQuery.fn.nodeName to jQuery.nodeName, add tests | Michał Gołębiowski | 2017-03-06 | 1 | -2/+2 |
| | | | | | Ref ac9e3016 Close gh-3560 | ||||
* | Core: Deprecate jQuery.nodeName | karan-96 | 2017-03-01 | 1 | -3/+5 |
| | | | | | Fixes gh-3475 Closes gh-3505 | ||||
* | Core: Move holdReady to deprecated | Manoj Kumar | 2017-02-13 | 1 | -0/+7 |
| | | | | | Fixes gh-3288 Close gh-3306 | ||||
* | Core: Deprecate jQuery.isArray | Manoj Kumar | 2016-11-30 | 1 | -0/+1 |
| | | | | | Fixes gh-2961 Closes gh-3278 | ||||
* | Build: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 1 | -0/+2 |
| | | | | Fixes gh-3073 | ||||
* | Core: Deprecate jQuery.parseJSON | Michał Gołębiowski | 2016-03-02 | 1 | -0/+2 |
| | | | | | Fixes gh-2800 Closes gh-2948 | ||||
* | Deprecated: fix amd mode for the deprecated module | Timmy Willison | 2015-10-18 | 1 | -1/+3 |
| | |||||
* | Event: Move .bind() and .delegate() to deprecated | Dave Methvin | 2015-10-12 | 1 | -0/+22 |
| | | | | | Fixes gh-2288 Closes gh-2624 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -2/+2 |
| | | | | Fixes gh-2056 | ||||
* | Deprecated: Drop size and andSelf methods | Michał Gołębiowski | 2014-10-30 | 1 | -12/+1 |
| | | | | | Fixes gh-1749 Closes gh-1822 | ||||
* | Apply consistent ordering in all modules. -38 bytes. Order modules like ↵ | Timmy Willison | 2013-09-09 | 1 | -0/+2 |
| | | | | functions > jQuery.extend > jQuery.fn.extend. | ||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -5/+5 |
| | |||||
* | No ticket: Move jQuery.fn.size to deprecated. Close gh-1229. | Michał Gołębiowski | 2013-04-07 | 1 | -0/+5 |
| | | | | (cherry picked from commit e3777b64377947b7222a2050aee7f2ec371faef9) | ||||
* | Ref #13283, move .andSelf() to deprecated.js. Close gh-1170. | Nguyen Phuc Lam | 2013-02-26 | 1 | -0/+2 |
| | |||||
* | Remove APIs now in jquery-compat | Dave Methvin | 2012-11-07 | 1 | -125/+2 |
| | |||||
* | Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. ↵ | Greg Lavallee | 2012-10-16 | 1 | -16/+45 |
| | | | | | | Closes gh-982. Signed-off-by: Timmy Willison <timmywillisn@gmail.com> | ||||
* | Moved attrFN to deprecated. Close gh-977. | Akintayo Akinwunmi | 2012-10-16 | 1 | -0/+3 |
| | |||||
* | fix effects tests failure | Mike Sherov | 2012-10-16 | 1 | -1/+7 |
| | |||||
* | Deprecate fn toggle Closes gh-970 ↵ | David Bonner | 2012-10-15 | 1 | -0/+26 |
| | | | | https://github.com/jquery/2012-dev-summit/issues/24 | ||||
* | Fix #12333. Chrome needs $.browser.webkit too. | Dave Methvin | 2012-08-20 | 1 | -4/+5 |
| | |||||
* | Clean up regexen; use common regex for numbers. Close gh-862. | Richard Gibson | 2012-07-22 | 1 | -2/+2 |
| | |||||
* | Move jQuery.sub to deprecated.js, because it is. | Dave Methvin | 2012-06-29 | 1 | -0/+21 |
| | |||||
* | Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves ↵ | Rick Waldron | 2012-06-25 | 1 | -0/+41 |
jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965 |