Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Deprecated: Drop size and andSelf methods" | Timmy Willison | 2016-01-07 | 1 | -0/+7 |
| | | | | This reverts commit f1913cf0316edbab77a081ae9c2ee218a61ce5a7. | ||||
* | Build: code style fixes after all those reverts | Oleg Gaidarenko | 2015-12-22 | 1 | -4/+3 |
| | |||||
* | Event: Move .bind() and .delegate() to deprecated | Dave Methvin | 2015-10-12 | 1 | -0/+40 |
| | | | | | | Cherry-picked from ee0854f85bd686b55757e8854a10480f23c928da Fixes gh-2288 Closes gh-2624 | ||||
* | Tests: Partially use new qunit interface | Oleg Gaidarenko | 2015-09-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | http://qunitjs.com/upgrade-guide-2.x/ For most of the boring work was used https://github.com/apsdehal/qunit-migrate package However, it can't update local qunit helpers, plus in some places old QUnit.asyncTest signature is still used Ref b930d14ce64937e9478405eee2828d4da091d2cb Fixes gh-2540 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -1/+1 |
| | | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056 | ||||
* | Deprecated: Drop size and andSelf methods | Michał Gołębiowski | 2014-10-30 | 1 | -6/+0 |
| | | | | | | | (cherry-picked from f110360f65a268e959ae892ca36e85da3d91e606) Fixes gh-1749 Closes gh-1822 | ||||
* | Fix #13741. Make wrap/unwrap methods optional; close gh-1236. | Michał Gołębiowski | 2013-04-17 | 1 | -1/+8 |
| | | | | | | | move size() test to unit/deprecated; don't use size() in other tests; make 2 unit tests actually fire; code cleanup | ||||
* | Remove APIs now in jquery-compat | Dave Methvin | 2012-11-07 | 1 | -139/+1 |
| | |||||
* | Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. ↵ | Greg Lavallee | 2012-10-16 | 1 | -0/+29 |
| | | | | | | 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/+6 |
| | |||||
* | Fix style nit: indent inside if statement | Rick Waldron | 2012-10-15 | 1 | -99/+99 |
| | |||||
* | Deprecate fn toggle Closes gh-970 ↵ | David Bonner | 2012-10-15 | 1 | -23/+99 |
| | | | | https://github.com/jquery/2012-dev-summit/issues/24 | ||||
* | Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves ↵ | Rick Waldron | 2012-06-25 | 1 | -0/+28 |
jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965 |