| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Callbacks: No object starts out locked | Richard Gibson | 2015-01-10 | 2 | -12/+38 |
* | Build: Specify valid components for commit messages | Richard Gibson | 2015-01-10 | 1 | -0/+25 |
* | Docs: Clarify custom build instructions | Dave Methvin | 2015-01-06 | 1 | -3/+3 |
* | Release: Remove copying of jquery-latest files | Dave Methvin | 2015-01-06 | 1 | -28/+18 |
* | Ajax: Fix cross-domain detection test for non-default port | Victor Homyakov | 2015-01-06 | 1 | -1/+1 |
* | Misc: Mac OS is now OS X, thanks @xfq | Dave Methvin | 2015-01-06 | 1 | -1/+1 |
* | Event: Normalize mouse event properties in drag events | Aditya Raghavan | 2015-01-05 | 2 | -1/+20 |
* | Build: Remove dates from copyright notice | Anne-Gaelle Colom | 2015-01-03 | 3 | -5/+3 |
* | README: update the Homebrew site address | Michał Gołębiowski | 2015-01-03 | 1 | -1/+1 |
* | Event: Add reference to data module | Norman Xu | 2014-12-31 | 1 | -1/+1 |
* | Deferred: Fix $.when with resolved deferred and progress callbacks | Nicolas HENRY | 2014-12-25 | 2 | -2/+24 |
* | Offset: fix iframe scrollTop/Left test for IE8 and iPhone | Oleg Gaidarenko | 2014-12-25 | 1 | -8/+22 |
* | Offset: fix iframe scrollTop/Left test for IE8 | Oleg Gaidarenko | 2014-12-24 | 1 | -0/+1 |
* | CSS: simplify hack of css getter for the computed values | Oleg Gaidarenko | 2014-12-24 | 3 | -10/+18 |
* | CSS: simplify "defaultDisplay" module | Oleg Gaidarenko | 2014-12-24 | 1 | -1/+1 |
* | Traversing: simplify jQuery#contents method | Oleg Gaidarenko | 2014-12-24 | 1 | -3/+1 |
* | Manipulation: make wrapAll funarg execute only once | Oleg Gaidarenko | 2014-12-24 | 2 | -9/+69 |
* | CSS: Add unit tests for negative margins and positioning | Aditya Raghavan | 2014-12-24 | 1 | -0/+15 |
* | Event: add test for window scrollTop/Left logic in iframes | Aditya Raghavan | 2014-12-24 | 1 | -0/+15 |
* | Build: Sizzle version labels must start with a dash | Timmy Willison | 2014-12-17 | 1 | -1/+1 |
* | Build: update node dependencies | Timmy Willison | 2014-12-17 | 1 | -8/+8 |
* | Build: account for version labels in Sizzle versions | Timmy Willison | 2014-12-17 | 1 | -1/+1 |
* | Authors: Update AUTHORS.txt and .mailmap | Dave Methvin | 2014-12-16 | 2 | -3/+20 |
* | Sizzle: update 2.1.1 | Timmy Willison | 2014-12-15 | 7 | -49/+113 |
* | README: various text fixes | Oleg Gaidarenko | 2014-12-15 | 2 | -7/+7 |
* | Support: Correct iOS 8 support test results, re-arrange entries | Michał Gołębiowski | 2014-12-13 | 1 | -5/+36 |
* | Ajax: use anchor tag for parsing urls | Ben Toews | 2014-12-11 | 2 | -22/+33 |
* | Data: use removeAttribute in cleanData to bypass Chrome bug | Jason Bedard | 2014-12-10 | 6 | -41/+37 |
* | Build: fix tests in AMD mode | Timmy Willison | 2014-12-10 | 7 | -34/+31 |
* | Core: introduce createHTMLDocument in parseHTML; Safari 8/IE8 left out | Timmy Willison | 2014-12-10 | 4 | -4/+83 |
* | Event: Empty namespaces should be uneventfully ignored | Dave Methvin | 2014-12-09 | 2 | -1/+12 |
* | Css: Remove non-functional unit test for negative margin | Dave Methvin | 2014-12-09 | 1 | -4/+1 |
* | Support: Re-organize browser order, add Safari 8 | Michał Gołębiowski | 2014-12-09 | 1 | -67/+9 |
* | Core: Simplify and speed up .each | Daniel Husar | 2014-12-09 | 1 | -14/+5 |
* | Attributes: Simplify the option val hook; backport a test from master | Michał Gołębiowski | 2014-12-08 | 2 | -6/+8 |
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-12-08 | 41 | -1075/+254 |
* | Manipulation: improve test for data-URI | Oleg Gaidarenko | 2014-12-08 | 1 | -11/+24 |
* | 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 | 2 | -2/+19 |
* | Manipulation: Plug an IE8 memory leak in noCloneEvent feature detect | Dave Methvin | 2014-12-06 | 1 | -10/+2 |
* | 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 | -24/+25 |
* | Tests: Update QUnit | Richard Gibson | 2014-12-05 | 3 | -1159/+1717 |
* | Build: Remove empty define({}) from build output | David Corbacho | 2014-12-04 | 1 | -1/+3 |
* | CONTRIBUTING: Condense info and add directions to other resources | Dave Methvin | 2014-12-04 | 1 | -111/+23 |
* | 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 | 2 | -3/+9 |
* | Manipulation: don't test data-URI with script element in IE8 | Oleg Gaidarenko | 2014-12-03 | 1 | -8/+12 |
* | Manipulation: support data-URI scripts insertion | Bin Xin | 2014-12-03 | 2 | -0/+10 |