2013-02-22 |
Richard Gibson | No ticket: Reduce size in anticipation of Sizzle-free... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Pascal Borreli | Fixes typos in core.js and css.js. Closes gh-1175 |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Karl Sieburg | Updated readme to have more info. Closes gh-1177 |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Rick Waldron | Adds module to jshintrc |
commit | commitdiff | tree | snapshot |
2013-02-21 |
isaacs | Support node-like module loaders. Closes gh-1103 |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Richard Gibson | No ticket: Update Sizzle |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Rick Waldron | Refactor: Data.prototype.access. Thanks to @RubyLouvre... |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Richard Gibson | Fix #13265 #13332: traversing methods with text nodes... |
commit | commitdiff | tree | snapshot |
2013-02-11 |
Rick Waldron | Optimized Data rewrite |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Mark Raddatz | Fix #13401: replaceWith(""). Close gh-1163. |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Richard Gibson | Fix 363299ac failures: protect Safari 5.1 from CSP |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Richard Gibson | Fix 363299ac failures |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Richard Gibson | Ref #13316: Sync all documents on full vs. minified... |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Oleg | Fix #13310. Get the right display value for disconnecte... |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Dave Methvin | Fix version; we are not at 2.0.0 yet! |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Richard Gibson | Ref fd43865c: restore correct logic |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Rick Waldron | Match the codebase standard, .split(" ") => .match... |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Rick Waldron | Standardize on a.indexOf(b) === -1, per @gibson042... |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Rick Waldron | Avoid potential for breakage if test suite is run in... |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Rick Waldron | Reduce hasData per @gibson042 review notes. |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Rick Waldron | Reduce Data.prototype.add by using the returned length... |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Rick Waldron | 2.0: Rewrite data.js (Incl. event, manipulation, tests) |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Rick Waldron | Adds test for jQuery.extend deep copy with array, follo... |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Richard Gibson | Upgrade QUnit: Welcome to the present! |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Timmy Willison | Update Sizzle: detached node sorting in Webkit. Fixes... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Dave Methvin | Fix #13335. Remove "use strict". |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Corey Frang | Adding @andrewplummer to AUTHORS.txt |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Andrew Plummer | event: Stricter type checking in trigger - Fixes #13360... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Timmy Willison | Magic fixing for previous commit |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Timmy Willison | Revert change to visible/hidden selectors until 1.10... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Timmy Willison | Minor updates. All parameters of an internal function... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Dave Methvin | Fix #13349. No need to sort simple .find() cases. |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Dave Methvin | Fix comment about Safari shortfalls. |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Dave Methvin | Revert "Fix #13291, no longer need the functionish... |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Dave Methvin | Update author list. |
commit | commitdiff | tree | snapshot |
2013-01-27 |
adamcoulombe | Fix #13150, .has() w/o args checks for any callbacks... |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Richard Gibson | Fix #13315 for IE9: compare typeof xmlNode.method to... 1144/head |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Dave Methvin | Fix #12656. Make event shorthands excludable. |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Dave Methvin | Fix #12846. Restore overflow when animation is stopped. |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Dave Methvin | Choose a lovely set of matching grunt dependencies. |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Dave Methvin | Fix #13291, no longer need the functionish-regex guard. |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Dave Methvin | Fix build until next grunt rc, disable compare_size. |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Dave Methvin | Fix #13316. Use minified version in unit testing. |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Richard Gibson | Fix #13274: Wrap sourceMap directive in multiline comme... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Richard Gibson | Fix #13282: QtWebKit (e.g., phantomjs) can only apply... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Richard Gibson | Fix #13281: update Sizzle |
commit | commitdiff | tree | snapshot |
2013-01-24 |
byroot | Don't try and convert data for 204 No Content responses... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Timmy Willison | Ignore file inputs when serializing forms. File input... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Timmy Willison | Fix failing tests, add support for empty spans in Opera... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Timmy Willison | Treat an element as hidden if either offsetWidth or... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
jaubourg | Removes unnecessary call to `.off()` as noted by @dcherman. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
jaubourg | Fixes #13276. Unit test is enough since the 2.x XHR... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Oleg | 2.0: Reduce offset module. Close gh-1139. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Oleg | Fix #13232, fix jQuery.buildFragment for tables, close... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Oleg | Consistently clean up after .ready() handler, close... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
jaubourg | Further script transport cleanup, close gh-1123. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
jaubourg | Reduced script transport |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Ryunosuke SATO | Fix requirements and dependencies in README, close... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Ryunosuke SATO | Fix broken link in CONTRIBUTING.md, close gh-1132. |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Timmy Willison | Update Sizzle: fixes native slice usage |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Richard Gibson | Fix jQuery #13251: use slice instead of substring |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Richard Gibson | Ref cc324abf: use acceptData to determine when it is... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
danilsomsikov | Fix #8335: Avoid memory leak by never setting data... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Richard Gibson | Fix #13233: re-allow .replaceWith of text nodes. Close... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Richard Gibson | No ticket: improve replaceWith testing |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Richard Gibson | Fix #13182: update Sizzle |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Mike Sherov | Fix #13183: Wrong animation initial value calc. Ref... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Dave Methvin | Updating the source version to 2.0.0pre |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Dave Methvin | Tagging the 2.0.0b1 release. 2.0.0b1 |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Dave Methvin | Let version 1.9 claim jquery.js and jquery-latest.js... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Dave Methvin | Simplify release notes generator script. |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Richard Gibson | de486684 with moar guard for IE6 |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Oleg | Add a comment |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Oleg | Fixes #13200 - innerHTML in buildFragment need end... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Richard Gibson | Fix #13203: delegated events with selector matching... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Richard Gibson | Fix f860e0bd Firefox failures |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Richard Gibson | Fix #13180: don't delegate into SVG <use> |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Richard Gibson | No ticket: compress event.js |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Dave Methvin | Leave out the web site, you know where to find us. |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Dave Methvin | Update copyrights used in file headers. |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Richard Gibson | Update Sizzle |
commit | commitdiff | tree | snapshot |
2013-01-11 |
adam j. sontag | Revert grunt, grunt-contrib-jshint, and grunt-contrib... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Richard Gibson | Update Sizzle |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Dave Methvin | Fix #12886. Fix map file reference in .min.js file. |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Richard Gibson | Ref gh-1117: Use native push for size and performance |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Oleg | Ref gh-1117: Don't stop on a falsy value in buildFragme... |
commit | commitdiff | tree | snapshot |
2013-01-08 |
nanto | Propagate context of returned deferred object in Deferr... |
commit | commitdiff | tree | snapshot |
2013-01-08 |
jaubourg | Adjusts unit test regarding exception in injected scrip... |
commit | commitdiff | tree | snapshot |
2013-01-08 |
jaubourg | Opera 12.0 still implements an older version of the... |
commit | commitdiff | tree | snapshot |
2013-01-08 |
jaubourg | strengthens and dries 304 unit tests |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Corey Frang | Adding some more test coverage for .finish() |
commit | commitdiff | tree | snapshot |
2013-01-08 |
jaubourg | Tweaks the logic in the 304-related unit tests so that... |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Oleg | Use while loop instead of for |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Oleg | Always use core_push in jQuery.buildFragment |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Oleg | Change test description |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Oleg | Bring back jQuery.buildFragment and remove jQuery.clean |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Oleg | Ref #8908. Update IE9 css clone fix. Close gh-1119. |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Oleg | Simplify .wrapAll() and fix style. Close gh-1116. |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Corey Frang | Fix #13103. Add .finish() method. Close gh-1118. |
commit | commitdiff | tree | snapshot |
2013-01-07 |
nanto_vi | Eliminate redundancy of Deferred.then(). 1114/head |
commit | commitdiff | tree | snapshot |
next |