| Commit message (Expand) | Author | Age | Files | Lines |
* | Core: Fix comments for .get() method | Benjy Cui | 2014-03-20 | 1 | -2/+2 |
* | Core: Arrays like [42] should fail .isNumeric() | Dave Methvin | 2014-03-04 | 1 | -1/+1 |
* | Core: Remove native String#trim usage to save size | Michał Gołębiowski | 2014-03-04 | 1 | -16/+6 |
* | Core: Fix trim in Android<4.1 | Michał Gołębiowski | 2014-02-13 | 1 | -3/+19 |
* | Core: Remove special case try/catch in isPlainObject | Rick Waldron | 2014-02-02 | 1 | -10/+2 |
* | Build: Add the ability to remove global exposure. | Timmy Willison | 2013-12-19 | 1 | -18/+0 |
* | Fixes #14450. Remove CommonJS+AMD syntax. | Timmy Willison | 2013-10-15 | 1 | -12/+12 |
* | No ticket: Compress core and data modules | Richard Gibson | 2013-09-28 | 1 | -42/+42 |
* | core: Fix cut off comment in jQuery.map from c72371f714. Close gh-1379. | Timo Tijhof | 2013-09-23 | 1 | -1/+1 |
* | Ref #14313: NaN detection. Close gh-1352. | Richard Gibson | 2013-09-12 | 1 | -1/+4 |
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ac... | Timmy Willison | 2013-09-09 | 1 | -115/+2 |
* | Break jQuery.access out into its own module to separate it from core; Adjust ... | Timmy Willison | 2013-09-09 | 1 | -53/+0 |
* | Add AMD+CommonJS capabilities to the build script (for modules with long unre... | Timmy Willison | 2013-09-09 | 1 | -16/+13 |
* | Move parsing methods to their own files (separates manipulation dependency fr... | Timmy Willison | 2013-09-08 | 1 | -58/+3 |
* | No ticket. Update support comments to reflect current state of affairs. | Michał Gołębiowski | 2013-09-07 | 1 | -1/+1 |
* | Fix #10814. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -3/+8 |
* | Ref #14313: Further code and test improvements | Richard Gibson | 2013-09-03 | 1 | -7/+5 |
* | Fix #14313: Optimize jQuery.merge for size. Close gh-1344. | Amey Sakhadeo | 2013-08-30 | 1 | -6/+2 |
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -152/+46 |
* | No need to remove if they ain't nuthin thar | Timmy Willison | 2013-07-24 | 1 | -1/+1 |
* | Fix #13223. Re-allow leading space in HTML. Close gh-1264. | Dave Methvin | 2013-05-09 | 1 | -1/+1 |
* | No ticket: Move jQuery.fn.size to deprecated. Close gh-1229. | Michał Gołębiowski | 2013-04-07 | 1 | -5/+0 |
* | Improve CSS and `Support:` comments. Close gh-1220. | Michał Gołębiowski | 2013-04-06 | 1 | -2/+3 |
* | Correct oldIE-related comments, revert some workarounds. Close gh-1207. | Michał Gołębiowski | 2013-04-04 | 1 | -7/+1 |
* | Update grunt-contrib-jshint to 0.3.0, part 2, close gh-1203. | Michał Gołębiowski | 2013-04-04 | 1 | -2/+1 |
* | Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1194. | Michał Gołębiowski | 2013-04-03 | 1 | -1/+24 |
* | Update grunt-contrib-jshint to 0.3.0, close gh-1204. | Michał Gołębiowski | 2013-04-03 | 1 | -0/+1 |
* | Removes unnecessary semi-colon concatenation | Rick Waldron | 2013-04-03 | 1 | -1/+1 |
* | Fixes #13714. jQuery.globalEval gotcha w/ strings that contain valid, prologu... | Rick Waldron | 2013-04-03 | 1 | -4/+19 |
* | Revert 8d1c42296fefc4e79189b6c2d78a8a78fdd9576d | Rick Waldron | 2013-03-06 | 1 | -8/+3 |
* | Fixes #13571. jQuery.isPlainObject 1.9.x compatibility | Rick Waldron | 2013-03-06 | 1 | -3/+8 |
* | No ticket: move jQuery.expando to core | Richard Gibson | 2013-02-25 | 1 | -0/+3 |
* | No ticket: Reduce size in anticipation of Sizzle-free builds | Richard Gibson | 2013-02-22 | 1 | -1/+2 |
* | Fixes typos in core.js and css.js. Closes gh-1175 | Pascal Borreli | 2013-02-21 | 1 | -1/+1 |
* | Fix comment about Safari shortfalls. | Dave Methvin | 2013-01-29 | 1 | -1/+1 |
* | Revert "Fix #13291, no longer need the functionish-regex guard." | Dave Methvin | 2013-01-29 | 1 | -1/+2 |
* | Fix #13315 for IE9: compare typeof xmlNode.method to var instead of literal "... | Richard Gibson | 2013-01-27 | 1 | -0/+4 |
* | Fix #13291, no longer need the functionish-regex guard. | Dave Methvin | 2013-01-26 | 1 | -1/+1 |
* | Consistently clean up after .ready() handler, close gh-1135. | Oleg | 2013-01-20 | 1 | -5/+6 |
* | Bring back jQuery.buildFragment and remove jQuery.clean | Oleg | 2013-01-08 | 1 | -2/+3 |
* | Explanations for each step of isPlainObject | Rick Waldron | 2012-12-26 | 1 | -1/+8 |
* | obj === Object(obj) comparison is an unnecessary artifact from refactoring | Rick Waldron | 2012-12-26 | 1 | -1/+1 |
* | Ensure that null/undefined args don't choke on native indexOf | Rick Waldron | 2012-12-26 | 1 | -1/+1 |
* | Further reduction, thanks @dcherman | Rick Waldron | 2012-12-26 | 1 | -3/+1 |
* | Straightforward support note | Rick Waldron | 2012-12-26 | 1 | -1/+1 |
* | Straightforward support note | Rick Waldron | 2012-12-26 | 1 | -1/+1 |
* | Remove setTimeout for body existance | Rick Waldron | 2012-12-26 | 1 | -5/+0 |
* | 2.0: Reduce globalEval | Rick Waldron | 2012-12-26 | 1 | -9/+3 |
* | 2.0: Reduced parseXML | Rick Waldron | 2012-12-26 | 1 | -10/+7 |
* | 2.0: Reduce isPlainObject | Rick Waldron | 2012-12-26 | 1 | -15/+5 |