| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Selector: pass jQuery unit tests with selector-native | Timmy Willison | 2015-11-11 | 1 | -49/+76 |
* | Effects: fix loading showHide in AMD mode | Timmy Willison | 2015-11-10 | 1 | -0/+1 |
* | Offset: offsetLeft/Top on empty set returns undefined | Dave Methvin | 2015-11-10 | 1 | -1/+1 |
* | Dimensions: Empty sets should return undefined | Dave Methvin | 2015-11-10 | 1 | -1/+1 |
* | Dimensions: properly manipulate non-px values | Timmy Willison | 2015-11-09 | 1 | -9/+19 |
* | Manipulation: execute scripts from iframe in the iframe's context | Timmy Willison | 2015-11-09 | 2 | -4/+5 |
* | Dimensions: outerWidth/Height include scrollbar | Dave Methvin | 2015-11-07 | 1 | -4/+4 |
* | Event: Separate trigger/simulate into its own module | Dave Methvin | 2015-11-06 | 6 | -226/+259 |
* | Attributes: return empty array for select-multiple with no values | Timmy Willison | 2015-11-05 | 1 | -1/+1 |
* | Ajax: Don't throw exceptions on binary data response | Dave Methvin | 2015-11-04 | 1 | -6/+7 |
* | Ajax: trigger error callback on native abort | Timmy Willison | 2015-11-03 | 1 | -8/+41 |
* | Ajax: Only form-encode requests with a body | Dave Methvin | 2015-11-02 | 2 | -2/+8 |
* | Core: use interactive to evaluate dom ready, barring IE9-10 | Timmy Willison | 2015-10-29 | 1 | -4/+4 |
* | Attributes: do not set properties to false when removing booleans | Timmy Willison | 2015-10-21 | 1 | -10/+2 |
* | Core: make isNumeric limited to strings and numbers | Timmy Willison | 2015-10-21 | 1 | -6/+6 |
* | CSS: Correct misrepresentation of "auto" horizontal margins as 0 | Richard Gibson | 2015-10-18 | 2 | -6/+31 |
* | Attributes: fix tabIndex on <img> in IE11 | Joelle Fleurantin | 2015-10-18 | 1 | -5/+15 |
* | CSS: use isFinite in place of redundant isNumeric | Timmy Willison | 2015-10-18 | 1 | -1/+1 |
* | CSS: fix AMD mode for the new showHide module | Timmy Willison | 2015-10-18 | 1 | -1/+2 |
* | Event: Fix delegated radio events when arrow keys are used | Dave Methvin | 2015-10-18 | 1 | -3/+4 |
* | Attributes: removeClass() -> attr("class", "") | Thomas Tortorini | 2015-10-18 | 1 | -23/+21 |
* | Attributes: Use simpler boolean check vs a function call | Dave Methvin | 2015-10-18 | 1 | -5/+2 |
* | Attributes: Remove undocumented .toggleClass( boolean ) signature | Dave Methvin | 2015-10-18 | 1 | -54/+22 |
* | CSS: Make show/hide/toggle methods a module | Dave Methvin | 2015-10-18 | 2 | -24/+25 |
* | Deprecated: fix amd mode for the deprecated module | Timmy Willison | 2015-10-18 | 1 | -1/+3 |
* | Core: make isNumeric test work on Symbol | Liza Ramo | 2015-10-17 | 1 | -1/+2 |
* | Core: Support Symbol wrapper objects in jQuery.type | Christian Grete | 2015-10-13 | 1 | -1/+1 |
* | Ajax: improve content-type detection | Oleg Gaidarenko | 2015-10-12 | 2 | -4/+4 |
* | Ajax: correct indentation | Oleg Gaidarenko | 2015-10-12 | 1 | -3/+3 |
* | Tests:Docs: Fix various typos | Gary Ye | 2015-10-12 | 1 | -1/+1 |
* | Event: Move .bind() and .delegate() to deprecated | Dave Methvin | 2015-10-12 | 2 | -18/+22 |
* | Ajax: Mitigate possible XSS vulnerability | Oleg Gaidarenko | 2015-10-12 | 2 | -1/+8 |
* | Manipulation: Don't provide the parser with sloppy table markup | Anthony Ryan | 2015-09-14 | 1 | -13/+6 |
* | Data: Combine register and cache methods | Jason Bedard | 2015-09-14 | 1 | -33/+27 |
* | 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 |