| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Ref fd43865c: restore correct logic | Richard Gibson | 2013-02-04 | 1 | -1/+1 |
* | Match the codebase standard, .split(" ") => .match( core_rnotwhite ) || []…... | Rick Waldron | 2013-02-03 | 1 | -2/+3 |
* | Standardize on a.indexOf(b) === -1, per @gibson042 review notes | Rick Waldron | 2013-02-03 | 1 | -1/+1 |
* | Avoid potential for breakage if test suite is run in a frame | Rick Waldron | 2013-02-03 | 1 | -1/+1 |
* | Reduce hasData per @gibson042 review notes. | Rick Waldron | 2013-02-03 | 1 | -4/+1 |
* | Reduce Data.prototype.add by using the returned length value of this.owners.p... | Rick Waldron | 2013-02-03 | 1 | -2/+1 |
* | 2.0: Rewrite data.js (Incl. event, manipulation, tests) | Rick Waldron | 2013-02-03 | 7 | -358/+354 |
* | Adds test for jQuery.extend deep copy with array, followed by object. Refutes... | Rick Waldron | 2013-02-03 | 1 | -0/+21 |
* | Upgrade QUnit: Welcome to the present! | Richard Gibson | 2013-02-03 | 1 | -0/+0 |
* | Update Sizzle: detached node sorting in Webkit. Fixes #13331. | Timmy Willison | 2013-02-01 | 1 | -0/+0 |
* | Fix #13335. Remove "use strict". | Dave Methvin | 2013-02-01 | 2 | -2/+6 |
* | Adding @andrewplummer to AUTHORS.txt | Corey Frang | 2013-01-31 | 1 | -0/+1 |
* | event: Stricter type checking in trigger - Fixes #13360 - Closes gh-1153 | Andrew Plummer | 2013-01-31 | 2 | -2/+16 |
* | Magic fixing for previous commit | Timmy Willison | 2013-01-30 | 1 | -6/+6 |
* | Revert change to visible/hidden selectors until 1.10 and 2.1. Reopens #13132,... | Timmy Willison | 2013-01-30 | 2 | -2/+2 |
* | Minor updates. All parameters of an internal function are for internal use only. | Timmy Willison | 2013-01-30 | 1 | -12/+12 |
* | Fix #13349. No need to sort simple .find() cases. | Dave Methvin | 2013-01-29 | 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 |
* | 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 #13315 for IE9: compare typeof xmlNode.method to var instead of literal "... | Richard Gibson | 2013-01-27 | 5 | -6/+9 |
* | Fix #12656. Make event shorthands excludable. | Dave Methvin | 2013-01-27 | 7 | -162/+173 |
* | Fix #12846. Restore overflow when animation is stopped. | Dave Methvin | 2013-01-26 | 2 | -3/+5 |
* | Choose a lovely set of matching grunt dependencies. | Dave Methvin | 2013-01-26 | 1 | -11/+8 |
* | Fix #13291, no longer need the functionish-regex guard. | Dave Methvin | 2013-01-26 | 1 | -1/+1 |
* | Fix build until next grunt rc, disable compare_size. | Dave Methvin | 2013-01-26 | 2 | -48/+50 |
* | Fix #13316. Use minified version in unit testing. | Dave Methvin | 2013-01-26 | 24 | -29/+29 |
* | Fix #13274: Wrap sourceMap directive in multiline comments. Close gh-1143. | Richard Gibson | 2013-01-25 | 3 | -2/+42 |
* | Fix #13282: QtWebKit (e.g., phantomjs) can only apply Arrays | Richard Gibson | 2013-01-24 | 1 | -4/+12 |
* | Fix #13281: update Sizzle | Richard Gibson | 2013-01-24 | 1 | -0/+0 |
* | 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/+9 |
* | Treat an element as hidden if either offsetWidth or offsetHeight is 0. Fixes ... | Timmy Willison | 2013-01-21 | 2 | -41/+44 |
* | Removes unnecessary call to `.off()` as noted by @dcherman. | jaubourg | 2013-01-21 | 1 | -1/+1 |
* | Fixes #13276. Unit test is enough since the 2.x XHR transport already dismiss... | jaubourg | 2013-01-21 | 1 | -0/+16 |
* | 2.0: Reduce offset module. Close gh-1139. | Oleg | 2013-01-20 | 1 | -32/+30 |
* | Fix #13232, fix jQuery.buildFragment for tables, close gh-1138. | Oleg | 2013-01-20 | 2 | -3/+34 |
* | Consistently clean up after .ready() handler, close gh-1135. | Oleg | 2013-01-20 | 1 | -5/+6 |
* | Further script transport cleanup, close gh-1123. | jaubourg | 2013-01-20 | 1 | -19/+16 |
* | Reduced script transport | jaubourg | 2013-01-20 | 1 | -47/+21 |
* | 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 cc324abf: 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 |