Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |