| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 support | Michał Gołębiowski | 2015-09-14 | 6 | -57/+5 |
* | Data: avoid using delete on DOM nodes | Jason Bedard | 2015-09-08 | 2 | -7/+21 |
* | Manipulation: Switch rnoInnerhtml to a version more performant in IE | Sean Henderson | 2015-09-08 | 1 | -1/+5 |
* | Traversing: Don't expose jQuery.dir & jQuery.sibling | Michał Gołębiowski | 2015-09-08 | 3 | -38/+46 |
* | Effects: Finish should call progress | Thomas Tortorini | 2015-09-08 | 1 | -0/+1 |
* | Core: Remove unnecessary parameter to jQuery#constructor | Yongwoo Jeon | 2015-09-08 | 1 | -1/+1 |
* | Data: do not create data cache when fetching single property | Jason Bedard | 2015-09-08 | 1 | -4/+2 |
* | Build: put back "lint" command to the "dev" list | Oleg Gaidarenko | 2015-09-08 | 1 | -0/+1 |
* | Data: Don't expose jQuery.acceptData | Jason Bedard | 2015-09-08 | 4 | -18/+13 |
* | Serialize: Fix object detection | Michał Gołębiowski | 2015-09-07 | 1 | -1/+1 |
* | Serialize: Handle arrays with null values | Daniel Nill | 2015-09-07 | 1 | -1/+1 |
* | Effects: Remove additional parameters of easings | Thomas Tortorini | 2015-09-07 | 1 | -10/+5 |
* | Ajax: do not quote "throws" option - use dot notation instead | Oleg Gaidarenko | 2015-09-07 | 1 | -1/+1 |
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 90 | -603/+786 |
* | Event: Only check elements for delegation matches | Richard Gibson | 2015-08-10 | 1 | -1/+2 |
* | Core: Don't expose jQuery.access | Michał Gołębiowski | 2015-08-03 | 1 | -1/+1 |
* | Build: Add a comment explaining why the es3 option is needed | Michał Gołębiowski | 2015-08-03 | 1 | -0/+3 |
* | Data: remove user data in cleanData | Jason Bedard | 2015-07-28 | 1 | -10/+15 |
* | Event: Update support comments for mouseenter/mouseleave implementation | Michał Gołębiowski | 2015-07-27 | 1 | -7/+4 |
* | Core: Adjust comments & tests after dropping Safari 6 support | Michał Gołębiowski | 2015-07-27 | 2 | -2/+2 |
* | Core: .each/.map should accept an undefined/null value | Thomas Tortorini | 2015-07-27 | 1 | -11/+9 |
* | Core: Add a support comment for Safari 8 | Michał Gołębiowski | 2015-07-20 | 1 | -0/+5 |
* | Build: Acknowledge Android 2.3 is not ES5-compatible | Michał Gołębiowski | 2015-07-20 | 1 | -0/+3 |
* | Selector: Define jQuery.uniqueSort in selector-native too | Marek Lewandowski | 2015-07-14 | 1 | -22/+24 |
* | Ajax: Remove jsonp callbacks through "jQuery#removeProp" method | Oleg Gaidarenko | 2015-07-13 | 1 | -2/+8 |
* | CSS: Make .css("width") & .css("height") return fractional values | Michał Gołębiowski | 2015-07-07 | 1 | -9/+17 |
* | Deferred: add .catch handler | Timmy Willison | 2015-07-06 | 1 | -0/+3 |
* | CSS: Improve a comment explaining IE11 fullscreen bug | Michał Gołębiowski | 2015-07-01 | 1 | -1/+2 |
* | Effects: Adding unit tests for jQuery.Animation | Corey Frang | 2015-06-26 | 1 | -18/+26 |
* | Effects: Add tests for jQuery.Tween | Corey Frang | 2015-06-26 | 2 | -4/+7 |
* | CSS: make the getStyles function more readable | Thomas Tortorini | 2015-06-25 | 1 | -3/+6 |
* | Core: organize prop & attr code to be similar | Gilad Peleg | 2015-06-23 | 2 | -54/+56 |
* | CSS: Work around an IE11 fullscreen dimensions bug | Martin Naumann | 2015-06-23 | 1 | -0/+11 |
* | Core: Switch from modules to just window.setTimeout etc. | Michał Gołębiowski | 2015-06-17 | 9 | -37/+14 |
* | Core: Use window.setTimeout & friends instead of global equivalents | Michał Gołębiowski | 2015-06-17 | 10 | -9/+28 |
* | Offset: return before getBoundingClientRect to avoid error in IE8-11 | Timmy Willison | 2015-06-16 | 1 | -2/+9 |
* | Offset: return zeros for disconnected/hidden elements | Timmy Willison | 2015-06-16 | 1 | -1/+4 |
* | Revert "Offset: allow offset setter to throw for disconnected elements" | Timmy Willison | 2015-06-16 | 1 | -1/+1 |
* | Manipulation: Remove an internal argument to the remove method | Michał Gołębiowski | 2015-06-14 | 1 | -25/+29 |
* | Event: Remove an internal argument to the on method | Michał Gołębiowski | 2015-06-14 | 1 | -51/+55 |
* | Core: Make jQuery objects iterable | Michał Gołębiowski | 2015-06-13 | 1 | -0/+10 |
* | Event: remove preDispatch hook & simplify "simulate" signature | Oleg Gaidarenko | 2015-06-05 | 1 | -7/+4 |
* | CSS: Don't name the anonymous swap function | Michał Gołębiowski | 2015-06-01 | 1 | -1/+1 |
* | Ajax: Remove remnants of the load event alias handling | Michał Gołębiowski | 2015-06-01 | 1 | -10/+1 |
* | CSS: Don't cache unrecognized CSS property names | Michał Gołębiowski | 2015-06-01 | 1 | -11/+10 |
* | Event: remove outdated originalEvent hack | Oleg Gaidarenko | 2015-05-29 | 1 | -7/+13 |
* | Event: Remove fake originalEvent from jQuery.Event.simulate | Gabriel Schulhof | 2015-05-29 | 1 | -2/+6 |
* | Event: remove deprecated event aliases | Oleg Gaidarenko | 2015-05-19 | 1 | -2/+2 |
* | Event: provide verbose comment for focus(in | out) & rename support prop | Oleg Gaidarenko | 2015-05-19 | 2 | -6/+12 |
* | Offset: account for scroll when calculating position | Richard McDaniel | 2015-05-12 | 1 | -2/+5 |