aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Build: Update QUnit to latest (1.17.1)Jörn Zaefferer2015-02-154-69/+141
* Offset: don't run scrollTop/scrollLeft iframe test in Android 2.3 & 4.0Oleg Gaidarenko2015-02-111-5/+8
* Manipulation: don't auto-insert tbodyOleg Gaidarenko2015-02-112-6/+81
* Manipulation: simplify html wrappersOleg Gaidarenko2015-02-102-2/+25
* CSS: save 20 bytes in css/supportMichał Gołębiowski2015-02-052-21/+20
* CSS: Fix the pixelMarginRight support test in Android 2.3Michał Gołębiowski2015-02-052-7/+8
* CSS: Restore the hack to get pixels for .css('width') etc.Michał Gołębiowski2015-02-043-4/+49
* Release: push dist to same remote as projectTimmy Willison2015-01-301-3/+2
* Release: remove sourcemap comment from all copies of minified fileTimmy Willison2015-01-304-9/+15
* Release: fix CDN archive creationTimmy Willison2015-01-292-32/+49
* Release: dist can be run during a testTimmy Willison2015-01-292-8/+2
* Release: bower.json is actually generated from scratchTimmy Willison2015-01-291-4/+0
* Release: Distribute files to distribution repoTimmy Willison2015-01-297-159/+251
* Data: Use a PDF object instead of a Java applet for acceptData testingMichał Gołębiowski2015-01-291-4/+4
* Build: Speed up the Travis buildMichał Gołębiowski2015-01-291-0/+1
* Manipulation: increase delay of data-URI testOleg Gaidarenko2015-01-261-1/+1
* Event: Add a note about a mouseenter bug in ChromeMichał Gołębiowski2015-01-251-0/+4
* Release: update AUTHORS.txtTimmy Willison2015-01-191-0/+7
* Core: Return empty array instead of null for parseHTML("")Timo Tijhof2015-01-192-6/+11
* Event: HTML5 drop events inherit from MouseEventDave Methvin2015-01-142-7/+14
* Offset: simplify jQuery#offsetParent methodOleg Gaidarenko2015-01-131-3/+12
* Manipulation: add support to tag-hyphenated elementsLeonardo Braga2015-01-132-2/+19
* Core: add support to tag-hyphenated elementsLeonardo Braga2015-01-132-1/+14
* Build: Sanctify the component name status of WrapDave Methvin2015-01-111-1/+2
* Core: Remove deprecated context and selector propertiesDave Methvin2015-01-115-65/+7
* Ajax: $.post and $.get can now take an options objectGeorge Mauer2015-01-112-2/+23
* Build: Rearrange grunt/npm tasks into a build/dist/test patternRichard Gibson2015-01-113-20/+24
* Core: Standardize indexOf comparisonsRichard Gibson2015-01-108-11/+12
* Callbacks: Reduce sizeRichard Gibson2015-01-101-82/+74
* Callbacks: Don't abort execution on .lock()Richard Gibson2015-01-102-5/+13
* Callbacks: No object starts out lockedRichard Gibson2015-01-102-17/+43
* Build: Specify valid components for commit messagesRichard Gibson2015-01-101-0/+25
* Docs: Fix README uppercaseDave Methvin2015-01-091-1/+1
* Docs: Clarify custom build instructionsDave Methvin2015-01-061-3/+3
* Release: Remove copying of jquery-latest filesDave Methvin2015-01-061-29/+18
* Ajax: Fix cross-domain detection test for non-default portVictor Homyakov2015-01-061-1/+1
* Misc: Mac OS is now OS X, thanks @xfqDave Methvin2015-01-061-1/+1
* Event: Normalize mouse event properties in drag eventsAditya Raghavan2015-01-052-1/+15
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-033-5/+3
* README: update the Homebrew site addressMichał Gołębiowski2015-01-031-1/+1
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-2623-40/+88
* Deferred: Fix $.when with resolved deferred and progress callbacksNicolas HENRY2014-12-252-2/+24
* Ajax: simplify jQuery.parseXML methodShivaji Varma2014-12-251-3/+2
* Offset: don't run scrollTop/scrollLeft iframe test in mobile SafariOleg Gaidarenko2014-12-251-7/+16
* CSS: simplify "defaultDisplay" moduleOleg Gaidarenko2014-12-241-1/+1
* Manipulation: make wrapAll funarg execute only onceOleg Gaidarenko2014-12-242-6/+33
* Data: shave off a couple of bytesMike Sidorov2014-12-241-4/+3
* Data: speed up $.fn.data() for camel-cased keyVictor Homyakov2014-12-241-2/+3
* CSS: Add unit tests for negative margins and positioningAditya Raghavan2014-12-241-0/+15
* Event: fix incorrect window bug with scrollTop/Left in iframesAditya Raghavan2014-12-242-2/+17