| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Callbacks: No object starts out locked | Richard Gibson | 2015-01-10 | 1 | -11/+34 |
* | Event: Normalize mouse event properties in drag events | Aditya Raghavan | 2015-01-05 | 1 | -1/+1 |
* | Build: Remove dates from copyright notice | Anne-Gaelle Colom | 2015-01-03 | 1 | -1/+1 |
* | Build: Don't assume the browser environment; smoke test on Node w/ jsdom | Michał Gołębiowski | 2014-12-26 | 21 | -38/+70 |
* | Deferred: Fix $.when with resolved deferred and progress callbacks | Nicolas HENRY | 2014-12-25 | 1 | -2/+2 |
* | Ajax: simplify jQuery.parseXML method | Shivaji Varma | 2014-12-25 | 1 | -3/+2 |
* | CSS: simplify "defaultDisplay" module | Oleg Gaidarenko | 2014-12-24 | 1 | -1/+1 |
* | Manipulation: make wrapAll funarg execute only once | Oleg Gaidarenko | 2014-12-24 | 1 | -6/+3 |
* | Data: shave off a couple of bytes | Mike Sidorov | 2014-12-24 | 1 | -4/+3 |
* | Data: speed up $.fn.data() for camel-cased key | Victor Homyakov | 2014-12-24 | 1 | -2/+3 |
* | Event: fix incorrect window bug with scrollTop/Left in iframes | Aditya Raghavan | 2014-12-24 | 1 | -2/+2 |
* | Ajax: use anchor tag for parsing urls | Ben Toews | 2014-12-11 | 1 | -19/+26 |
* | Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left out | Timmy Willison | 2014-12-10 | 2 | -3/+23 |
* | Event: Empty namespaces should be uneventfully ignored | Dave Methvin | 2014-12-09 | 1 | -1/+1 |
* | Core: revert addition of createHTMLDocument. Thanks, Safari 8. | Timmy Willison | 2014-12-09 | 1 | -3/+1 |
* | Core: pass empty string to createHTMLDocument to appease IE | Timmy Willison | 2014-12-09 | 1 | -1/+1 |
* | Core: remove unnecessary support test for createHTMLDocument | Timmy Willison | 2014-12-09 | 3 | -14/+3 |
* | Build: fix tests in AMD mode | Timmy Willison | 2014-12-09 | 5 | -10/+8 |
* | Core: use document.implemenation.createHTMLDocument in jQuery.parseHTML | Frederic Hemberger | 2014-12-09 | 3 | -3/+13 |
* | Core: Simplify and speed up .each | Daniel Husar | 2014-12-09 | 1 | -14/+5 |
* | Attributes: Use the option val hook in select val hook and simplify it | Michał Gołębiowski | 2014-12-08 | 1 | -7/+5 |
* | Callbacks: Disabling a callback should prevent firing | Dave Methvin | 2014-12-07 | 1 | -2/+4 |
* | Event: Copy detail property to jQuery.Event on native events | Dave Methvin | 2014-12-03 | 1 | -1/+1 |
* | Core: Throw an error on $("#") rather than returning 0-length collection | Dave Methvin | 2014-12-03 | 1 | -1/+2 |
* | Manipulation: support data-URI scripts insertion | Bin Xin | 2014-12-03 | 1 | -0/+1 |
* | CSS: Clean up memory leak in reliableMarginRight | Dave Methvin | 2014-12-02 | 1 | -0/+1 |
* | Dimensions: allow modification of coordinates argument | Oleg Gaidarenko | 2014-11-16 | 1 | -1/+3 |
* | Manipulation: Check state lost if the name is set for Android 4.0-4.3 | Michał Gołębiowski | 2014-11-06 | 1 | -0/+3 |
* | Misc: Adjust comments & docs to dropping IE<8 in jQuery Compat | Michał Gołębiowski | 2014-11-04 | 1 | -1/+1 |
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-11-03 | 11 | -64/+28 |
* | Docs: 1.x-master branch -> compat branch; 2.x branch -> master branch | Timmy Willison | 2014-11-03 | 1 | -1/+0 |
* | Ajax: Fix for request aborted in ajaxSend | Dan Hart | 2014-11-01 | 1 | -0/+6 |
* | Change broken url to wayback one | Arthur Verschaeve | 2014-10-30 | 1 | -1/+1 |
* | Deprecated: Drop size and andSelf methods | Michał Gołębiowski | 2014-10-30 | 1 | -12/+1 |
* | Ajax: remove event dependency from the ajax module | Oleg Gaidarenko | 2014-10-14 | 1 | -2/+3 |
* | Data: avoid non-alphanumeric chars in expando properties | Jason Bedard | 2014-09-26 | 1 | -1/+1 |
* | Event: Restore the `constructor` property on jQuery.Event prototype | Daniel Herman | 2014-09-04 | 1 | -0/+1 |
* | Manipulation: Tolerate XMLNode host object input to getAll | Richard Gibson | 2014-09-04 | 1 | -2/+6 |
* | CSS: Correct typo in the comment | Oleg Gaidarenko | 2014-09-03 | 1 | -3/+2 |
* | CSS: Use pre-defined displays for html and body | Oleg Gaidarenko | 2014-09-03 | 1 | -1/+7 |
* | CSS: Remove use of getDefaultComputedStyle | Nazar Mokrynskyi | 2014-09-02 | 1 | -12/+2 |
* | Attr: Use typeof check for getAttribute method | Oleg Gaidarenko | 2014-09-02 | 1 | -1/+1 |
* | Build: Moved JSHint directives to .jshintrc file | Chris Antaki | 2014-09-02 | 2 | -4/+2 |
* | Offset: Simplified a conditional | Chris Antaki | 2014-09-02 | 1 | -1/+1 |
* | Core: Drop strundefined variable | Chris Antaki | 2014-09-02 | 7 | -20/+15 |
* | CSS: Removed redundant "to the number" in comment | Aurelio De Rosa | 2014-09-02 | 1 | -1/+1 |
* | CSS: elements are hidden when either offsetWidth or offsetHeight is zero | Timmy Willison | 2014-07-17 | 1 | -1/+3 |
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 32 | -157/+272 |
* | Ajax: Remove workaround for IE6/7 | Chris Antaki | 2014-07-13 | 1 | -19/+6 |
* | Core: Consistently use local reference to access() | Timo Tijhof | 2014-07-12 | 1 | -1/+1 |