| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 #13150, .has() w/o args checks for any callbacks. Close gh-1111. | adamcoulombe | 2013-01-27 | 1 | -2/+3 |
* | 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 | 2 | -27/+26 |
* | Fix #12846. Restore overflow when animation is stopped. | Dave Methvin | 2013-01-26 | 1 | -1/+1 |
* | Fix #13291, no longer need the functionish-regex guard. | Dave Methvin | 2013-01-26 | 1 | -1/+1 |
* | 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 | 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/+3 |
* | Treat an element as hidden if either offsetWidth or offsetHeight is 0. Fixes ... | Timmy Willison | 2013-01-21 | 1 | -1/+1 |
* | Removes unnecessary call to `.off()` as noted by @dcherman. | jaubourg | 2013-01-21 | 1 | -1/+1 |
* | 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 | 1 | -3/+5 |
* | 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 |
* | 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 | 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 |
* | Fix #13183: Wrong animation initial value calc. Ref gh-1136. | Mike Sherov | 2013-01-15 | 2 | -3/+3 |
* | Add a comment | Oleg | 2013-01-13 | 1 | -0/+2 |
* | Fixes #13200 - innerHTML in buildFragment need end tags | Oleg | 2013-01-13 | 1 | -5/+5 |
* | Fix #13203: delegated events with selector matching Object.prototype property | Richard Gibson | 2013-01-13 | 1 | -1/+3 |
* | Fix #13180: don't delegate into SVG <use> | Richard Gibson | 2013-01-13 | 1 | -37/+47 |
* | No ticket: compress event.js | Richard Gibson | 2013-01-13 | 2 | -111/+116 |
* | Update copyrights used in file headers. | Dave Methvin | 2013-01-11 | 1 | -1/+1 |
* | Update Sizzle | Richard Gibson | 2013-01-11 | 1 | -0/+0 |
* | Update Sizzle | Richard Gibson | 2013-01-10 | 1 | -0/+0 |
* | Ref gh-1117: Use native push for size and performance | Richard Gibson | 2013-01-09 | 1 | -2/+2 |
* | Ref gh-1117: Don't stop on a falsy value in buildFragment. Close gh-1124. | Oleg | 2013-01-09 | 1 | -3/+8 |
* | Propagate context of returned deferred object in Deferred.then(). Fixes #13160. | nanto | 2013-01-08 | 1 | -16/+13 |
|\ |
|
| * | Eliminate redundancy of Deferred.then(). | nanto_vi | 2013-01-08 | 1 | -16/+11 |
| * | Propagete context of returned deferred object in Deferred.then(). Fixes #13160 | nanto_vi | 2013-01-07 | 1 | -2/+4 |
* | | Opera 12.0 still implements an older version of the DOM so cloneNode cannot b... | jaubourg | 2013-01-08 | 1 | -1/+1 |
* | | Use while loop instead of for | Oleg | 2013-01-08 | 1 | -12/+7 |
* | | Always use core_push in jQuery.buildFragment | Oleg | 2013-01-08 | 1 | -2/+2 |
* | | Bring back jQuery.buildFragment and remove jQuery.clean | Oleg | 2013-01-08 | 2 | -55/+44 |
* | | Ref #8908. Update IE9 css clone fix. Close gh-1119. | Oleg | 2013-01-08 | 2 | -8/+7 |
* | | Simplify .wrapAll() and fix style. Close gh-1116. | Oleg | 2013-01-08 | 1 | -10/+13 |
* | | Fix #13103. Add .finish() method. Close gh-1118. | Corey Frang | 2013-01-08 | 2 | -4/+56 |
* | | Adds the abort on unload trick back in since IE9 still exhibits the bug | jaubourg | 2013-01-07 | 1 | -4/+19 |
* | | Fixes comments per @rwldrn. Makes sure failing requests from local protocol y... | jaubourg | 2013-01-07 | 1 | -6/+10 |
* | | 2.0: reduced xhr transport | jaubourg | 2013-01-07 | 1 | -210/+84 |
|/ |
|
* | Fix #13143. Event target cannot be a text node. | Dave Methvin | 2013-01-06 | 1 | -0/+6 |