| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix #13349. No need to sort simple .find() cases. | Dave Methvin | 2013-01-29 | 1 | -4/+5 |
* | Update author list. | Dave Methvin | 2013-01-27 | 1 | -0/+3 |
* | Fix #13150, .has() w/o args checks for any callbacks. Close gh-1111. | adamcoulombe | 2013-01-27 | 2 | -2/+50 |
* | Fix #12656. Make event shorthands excludable. | Dave Methvin | 2013-01-27 | 7 | -167/+178 |
* | Fix #12846. Restore overflow when animation is stopped. | Dave Methvin | 2013-01-26 | 2 | -3/+5 |
* | Fix build until next grunt rc, disable compare_size. | Dave Methvin | 2013-01-26 | 2 | -47/+49 |
* | Fix #13316. Use minified version in unit testing. | Dave Methvin | 2013-01-26 | 24 | -28/+53 |
* | Fix #13274: Wrap sourceMap directive in multiline comments. Close gh-1143. | Richard Gibson | 2013-01-25 | 3 | -2/+42 |
* | 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 | 3 | -3/+33 |
* | Ignore file inputs when serializing forms. File input serialization is handle... | Timmy Willison | 2013-01-23 | 2 | -3/+4 |
* | Fix failing tests, add support for empty spans in Opera. Supplements #13132, ... | Timmy Willison | 2013-01-21 | 4 | -26/+10 |
* | Treat elements as hidden when either offsetWidth OR offsetHeight is 0. Fixes ... | Timmy Willison | 2013-01-21 | 2 | -41/+44 |
* | Never use the XML as parsed by the XHR instance. Use raw text instead and let... | jaubourg | 2013-01-21 | 2 | -8/+17 |
* | Fix requirements and dependencies in README, close gh-1131. | Ryunosuke SATO | 2013-01-20 | 1 | -8/+6 |
* | Fix broken link in CONTRIBUTING.md, close gh-1132. | Ryunosuke SATO | 2013-01-20 | 1 | -3/+3 |
* | 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 | 2 | -1/+17 |
* | Fix #13233: re-allow .replaceWith of text nodes. Close gh-1137. | Richard Gibson | 2013-01-16 | 2 | -9/+7 |
* | No ticket: improve replaceWith testing | Richard Gibson | 2013-01-16 | 1 | -55/+35 |
* | Fix #13182: update Sizzle | Richard Gibson | 2013-01-16 | 1 | -0/+0 |
* | Fix #13208: only check elements for delegation matches | Richard Gibson | 2013-01-16 | 2 | -1/+13 |
* | Fix #13183: Wrong animation initial value calc. Close gh-1136. | Mike Sherov | 2013-01-15 | 3 | -10/+27 |
* | Updating the source version to 1.9.1pre | Dave Methvin | 2013-01-14 | 1 | -1/+1 |
* | Tagging the 1.9.0 release. | Dave Methvin | 2013-01-14 | 1 | -1/+1 |
* | Simplify release notes generator script. | Dave Methvin | 2013-01-14 | 2 | -44/+22 |
* | 0a3a424e with moar guard for IE6 | Richard Gibson | 2013-01-13 | 1 | -4/+4 |
* | Fix #13203: delegated events with selector matching Object.prototype property | Richard Gibson | 2013-01-13 | 2 | -1/+17 |
* | Fix f860e0bd Firefox failures | Richard Gibson | 2013-01-13 | 1 | -3/+4 |
* | No ticket: sync with master @ b75b9ef8 | Richard Gibson | 2013-01-13 | 1 | -3/+2 |
* | Fix #13180: don't delegate into SVG <use> | Richard Gibson | 2013-01-13 | 1 | -1/+2 |
* | reduce size | Richard Gibson | 2013-01-13 | 1 | -13/+13 |
* | jQuery.event.handlers delegate matching hook point | Richard Gibson | 2013-01-13 | 1 | -36/+45 |
* | #13180 unit test | Richard Gibson | 2013-01-13 | 1 | -8/+19 |
* | Add a comment | Oleg | 2013-01-13 | 1 | -0/+2 |
* | Fixes #13200 - innerHTML in buildFragment need end tags | Oleg | 2013-01-13 | 1 | -10/+11 |
* | Fix 9cf812d7 oldIE failures | Richard Gibson | 2013-01-12 | 1 | -1/+1 |
* | No ticket: compress event.js | Richard Gibson | 2013-01-12 | 2 | -153/+164 |
* | Update copyrights used in file headers. | Dave Methvin | 2013-01-11 | 2 | -2/+2 |
* | Update Sizzle | Richard Gibson | 2013-01-11 | 1 | -0/+0 |
* | Ref 0ed497b. Close gh-1125. | Oleg | 2013-01-11 | 2 | -36/+55 |
* | Update Sizzle | Richard Gibson | 2013-01-10 | 1 | -0/+0 |
* | Fix map file reference in .min.js file. | Dave Methvin | 2013-01-10 | 1 | -1/+4 |
* | Adding some more test coverage for .finish() | Corey Frang | 2013-01-09 | 1 | -1/+72 |
* | Ref gh-1117: Don't stop on a falsy value in buildFragment. | Oleg | 2013-01-09 | 2 | -11/+17 |
* | Updating the source version to 1.9.0pre | Dave Methvin | 2013-01-08 | 1 | -1/+1 |
* | Tagging the 1.9.0rc1 release.1.9.0rc1 | Dave Methvin | 2013-01-08 | 1 | -2/+2 |