| Commit message (Expand) | Author | Age | Files | Lines |
* | Ref #13353: capture onlyHandlers in jQuery.Event.isTrigger. Close gh-1183. | Richard Gibson | 2013-04-03 | 1 | -1/+2 |
* | Remove the define.amd.jQuery check, close gh-1150. | jrburke | 2013-04-03 | 2 | -16/+20 |
* | Use semver versions for our in-between versions as well. Also update Sizzle. | Timmy Willison | 2013-03-23 | 1 | -0/+0 |
* | Fix #13514: Set selectedIndex to -1 when non-matching value is set on a selec... | ruado1987 | 2013-03-22 | 1 | -7/+14 |
* | Update Sizzle: now uses built files | Timmy Willison | 2013-03-19 | 1 | -0/+0 |
* | Update Sizzle: minor windows 8 issue | Timmy Willison | 2013-03-11 | 1 | -0/+0 |
* | Fixes #11151, #13388. Minor refactor of response conversion and when/where | jaubourg | 2013-02-28 | 1 | -41/+45 |
* | Properly resets firingLength when emptying the list. Fixes #13517 | jaubourg | 2013-02-27 | 1 | -0/+1 |
* | Whitespace. | Scott González | 2013-02-26 | 1 | -1/+2 |
* | Optimisation: Use String instead of window.String. Close gh-1176. | Timo Tijhof | 2013-02-26 | 1 | -1/+1 |
* | Fix #13471. $().on(".xyz"...) should avoid later crash. | Dave Methvin | 2013-02-26 | 1 | -0/+5 |
* | No ticket: move jQuery.expando to core | Richard Gibson | 2013-02-25 | 2 | -4/+4 |
* | No ticket: reduce support.js | Richard Gibson | 2013-02-25 | 1 | -52/+49 |
* | Fix #13505: Yet another detached add patch | Richard Gibson | 2013-02-24 | 1 | -0/+0 |
* | No ticket: Restore support for Android<4.0 | Richard Gibson | 2013-02-23 | 1 | -0/+0 |
* | Fix #13499: selector with leading ID matching only a name | Richard Gibson | 2013-02-22 | 1 | -0/+0 |
* | No ticket: Reduce size in anticipation of Sizzle-free builds | Richard Gibson | 2013-02-22 | 2 | -3/+4 |
* | No ticket: Update Sizzle | Richard Gibson | 2013-02-17 | 1 | -0/+0 |
* | Fix #13265 #13332: Allow .parent/.closest with text nodes. Close gh-1146. | Richard Gibson | 2013-02-13 | 1 | -5/+9 |
* | No ticket: keep jquery.min.js.gz under 32K | Richard Gibson | 2013-02-12 | 1 | -27/+25 |
* | Fix #13401: replaceWith(""). Close gh-1163. | Mark Raddatz | 2013-02-08 | 1 | -9/+11 |
* | Ref #13316: Sync all test documents on full vs. minified source. | Richard Gibson | 2013-02-08 | 1 | -1/+1 |
* | Update Sizzle: detached node sorting in Webkit. Fixes #13331. | Timmy Willison | 2013-02-05 | 1 | -0/+0 |
* | 2013! | Dave Methvin | 2013-02-04 | 1 | -1/+1 |
* | Fix #13356. Clean up after load/ready handlers. Close gh-1152. | Oleg | 2013-02-04 | 1 | -13/+24 |
* | Fix #13310. Get the right display value for disconnected nodes. Close gh-1155. | Oleg | 2013-02-04 | 1 | -4/+13 |
* | Fix #13089. Only apply zoom to IE6/7 body. | Dave Methvin | 2013-02-03 | 1 | -3/+6 |
* | Fix #13335. Remove "use strict". | Dave Methvin | 2013-02-01 | 2 | -2/+6 |
* | event: Stricter type checking in trigger - Fixes #13360 - Closes gh-1153 | Andrew Plummer | 2013-01-31 | 1 | -2/+2 |
* | Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151. | Oleg | 2013-01-31 | 11 | -57/+57 |
* | Change variables initialization sequence for some declarations | Oleg | 2013-01-31 | 5 | -21/+21 |
* | Minor updates. All parameters of an internal function are for internal use only. | Timmy Willison | 2013-01-30 | 1 | -11/+11 |
* | Revert change to visible/hidden selectors until 1.10 and 2.1. Reopens #13132,... | Timmy Willison | 2013-01-30 | 1 | -1/+1 |
* | Fix #13349. No need to sort simple .find() cases. | Dave Methvin | 2013-01-29 | 1 | -4/+5 |
* | Fix #13150, .has() w/o args checks for any callbacks. Close gh-1111. | adamcoulombe | 2013-01-27 | 1 | -2/+3 |
* | Fix #12656. Make event shorthands excludable. | Dave Methvin | 2013-01-27 | 2 | -27/+26 |
* | Fix #12846. Restore overflow when animation is stopped. | Dave Methvin | 2013-01-26 | 1 | -1/+1 |
* | Fix #13281: update Sizzle | Richard Gibson | 2013-01-24 | 1 | -0/+0 |
* | Fix #13315: compare typeof node.method to var instead of literal "undefined" ... | Richard Gibson | 2013-01-24 | 6 | -10/+14 |
* | Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes ... | byroot | 2013-01-24 | 1 | -3/+8 |
* | Ignore file inputs when serializing forms. File input serialization is handle... | Timmy Willison | 2013-01-23 | 1 | -1/+1 |
* | Fix failing tests, add support for empty spans in Opera. Supplements #13132, ... | Timmy Willison | 2013-01-21 | 1 | -1/+4 |
* | Treat elements as hidden when either offsetWidth OR offsetHeight is 0. Fixes ... | Timmy Willison | 2013-01-21 | 1 | -1/+1 |
* | Never use the XML as parsed by the XHR instance. Use raw text instead and let... | jaubourg | 2013-01-21 | 1 | -8/+1 |
* | Update Sizzle: fixes native slice usage | Timmy Willison | 2013-01-18 | 1 | -0/+0 |
* | Fix jQuery #13251: use slice instead of substring | Richard Gibson | 2013-01-17 | 2 | -1/+1 |
* | Ref 8f72967e: use acceptData to determine when it is safe to add event handlers | Richard Gibson | 2013-01-16 | 1 | -2/+2 |
* | Fix #8335: Avoid memory leak by never setting data on non-element non-documen... | danilsomsikov | 2013-01-16 | 1 | -0/+5 |
* | Fix #13233: re-allow .replaceWith of text nodes. Close gh-1137. | Richard Gibson | 2013-01-16 | 1 | -8/+2 |
* | Fix #13182: update Sizzle | Richard Gibson | 2013-01-16 | 1 | -0/+0 |