| Commit message (Expand) | Author | Age | Files | Lines |
* | Ajax: Fix cross-domain detection test for non-default port | Victor Homyakov | 2015-01-06 | 1 | -1/+1 |
* | Event: Normalize mouse event properties in drag events | Aditya Raghavan | 2015-01-05 | 1 | -0/+14 |
* | Deferred: Fix $.when with resolved deferred and progress callbacks | Nicolas HENRY | 2014-12-25 | 1 | -0/+22 |
* | Offset: don't run scrollTop/scrollLeft iframe test in mobile Safari | Oleg Gaidarenko | 2014-12-25 | 1 | -7/+16 |
* | Manipulation: make wrapAll funarg execute only once | Oleg Gaidarenko | 2014-12-24 | 1 | -0/+30 |
* | CSS: Add unit tests for negative margins and positioning | Aditya Raghavan | 2014-12-24 | 1 | -0/+15 |
* | Event: fix incorrect window bug with scrollTop/Left in iframes | Aditya Raghavan | 2014-12-24 | 1 | -0/+15 |
* | README: various text fixes | Oleg Gaidarenko | 2014-12-15 | 1 | -1/+1 |
* | Support: Correct iOS 8 support test results, re-arrange entries | Michał Gołębiowski | 2014-12-13 | 1 | -5/+22 |
* | Ajax: use anchor tag for parsing urls | Ben Toews | 2014-12-11 | 1 | -1/+5 |
* | Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left out | Timmy Willison | 2014-12-10 | 3 | -3/+44 |
* | Event: Empty namespaces should be uneventfully ignored | Dave Methvin | 2014-12-09 | 1 | -0/+11 |
* | Core: revert addition of createHTMLDocument. Thanks, Safari 8. | Timmy Willison | 2014-12-09 | 1 | -14/+0 |
* | Css: Remove non-functional unit test for negative margin | Dave Methvin | 2014-12-09 | 1 | -4/+1 |
* | Core: remove unnecessary support test for createHTMLDocument | Timmy Willison | 2014-12-09 | 2 | -22/+10 |
* | Build: fix tests in AMD mode | Timmy Willison | 2014-12-09 | 2 | -14/+19 |
* | Core: use document.implemenation.createHTMLDocument in jQuery.parseHTML | Frederic Hemberger | 2014-12-09 | 2 | -0/+26 |
* | Support: Re-organize browser order, add Safari 8 | Michał Gołębiowski | 2014-12-09 | 1 | -41/+9 |
* | Attributes: Use the option val hook in select val hook and simplify it | Michał Gołębiowski | 2014-12-08 | 1 | -0/+5 |
* | Manipulation: improve test for data-URI | Oleg Gaidarenko | 2014-12-08 | 1 | -3/+19 |
* | Event: Fully clean up events in unit test | Veaceslav Grimalschi | 2014-12-07 | 1 | -1/+2 |
* | Callbacks: Disabling a callback should prevent firing | Dave Methvin | 2014-12-07 | 1 | -0/+15 |
* | Tests: Tilt at a few style guide windmills | Richard Gibson | 2014-12-06 | 1 | -45/+43 |
* | Tests: Accommodate page changes from the QUnit HTML reporter | Richard Gibson | 2014-12-06 | 1 | -21/+20 |
* | Tests: Minor updates for QUnit 1.16 compatibility | Richard Gibson | 2014-12-05 | 5 | -23/+24 |
* | Event: Copy detail property to jQuery.Event on native events | Dave Methvin | 2014-12-03 | 1 | -0/+19 |
* | Core: Throw an error on $("#") rather than returning 0-length collection | Dave Methvin | 2014-12-03 | 1 | -2/+7 |
* | Manipulation: support data-URI scripts insertion | Bin Xin | 2014-12-03 | 1 | -0/+9 |
* | Dimensions: allow modification of coordinates argument | Oleg Gaidarenko | 2014-11-16 | 1 | -0/+12 |
* | Build: Fix various typos | Oleg Gaidarenko | 2014-11-08 | 2 | -5/+5 |
* | Misc: Adjust comments & docs to dropping IE<8 in jQuery Compat | Michał Gołębiowski | 2014-11-04 | 1 | -1/+1 |
* | Misc: Remove leftover -moz-box-sizing in tests | Michał Gołębiowski | 2014-11-03 | 1 | -1/+0 |
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-11-03 | 6 | -77/+28 |
* | Ajax: Fix for request aborted in ajaxSend | Dan Hart | 2014-11-01 | 1 | -0/+17 |
* | Deprecated: Drop size and andSelf methods | Michał Gołębiowski | 2014-10-30 | 1 | -6/+0 |
* | Event: Restore the `constructor` property on jQuery.Event prototype | Daniel Herman | 2014-09-04 | 1 | -1/+3 |
* | Css: Fix the "sanity check" test | Michał Gołębiowski | 2014-07-28 | 1 | -1/+1 |
* | CSS: elements are hidden when either offsetWidth or offsetHeight is zero | Timmy Willison | 2014-07-17 | 1 | -10/+12 |
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 2 | -9/+24 |
* | Selector: Remove "#" exception for identifier tokens | Michał Gołębiowski | 2014-06-30 | 1 | -2/+2 |
* | Build: Move all external libraries to external directory | Scott González | 2014-06-24 | 6 | -4983/+5 |
* | Build: Move test to appropriate module | Oleg Gaidarenko | 2014-06-16 | 2 | -6/+4 |
* | Effects: Improve raf logic | Oleg Gaidarenko | 2014-06-16 | 1 | -0/+28 |
* | Effects: Reintroduce use of requestAnimationFrame | Oleg Gaidarenko | 2014-06-16 | 1 | -0/+4 |
* | Ajax: Always use script injection in globalEval | Oleg Gaidarenko | 2014-06-16 | 5 | -28/+37 |
* | CSS: Do not throw on frame elements in FF | Oleg Gaidarenko | 2014-06-16 | 1 | -0/+23 |
* | Tests: Clean up isNumeric tests | Richard Gibson | 2014-06-07 | 1 | -47/+42 |
* | Core: Work around loss of precision from parseFloat | Richard Gibson | 2014-06-07 | 1 | -1/+2 |
* | Ajax: Support usage without jQuery.event | TJ VanToll | 2014-06-02 | 1 | -0/+16 |
* | Selector: Use jQuery reference not Sizzle | Oleg Gaidarenko | 2014-05-29 | 1 | -2/+6 |