aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Callbacks: No object starts out lockedRichard Gibson2015-01-102-12/+38
* Build: Specify valid components for commit messagesRichard Gibson2015-01-101-0/+25
* Docs: Clarify custom build instructionsDave Methvin2015-01-061-3/+3
* Release: Remove copying of jquery-latest filesDave Methvin2015-01-061-28/+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/+20
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-033-5/+3
* README: update the Homebrew site addressMichał Gołębiowski2015-01-031-1/+1
* Event: Add reference to data moduleNorman Xu2014-12-311-1/+1
* Deferred: Fix $.when with resolved deferred and progress callbacksNicolas HENRY2014-12-252-2/+24
* Offset: fix iframe scrollTop/Left test for IE8 and iPhoneOleg Gaidarenko2014-12-251-8/+22
* Offset: fix iframe scrollTop/Left test for IE8Oleg Gaidarenko2014-12-241-0/+1
* CSS: simplify hack of css getter for the computed valuesOleg Gaidarenko2014-12-243-10/+18
* CSS: simplify "defaultDisplay" moduleOleg Gaidarenko2014-12-241-1/+1
* Traversing: simplify jQuery#contents methodOleg Gaidarenko2014-12-241-3/+1
* Manipulation: make wrapAll funarg execute only onceOleg Gaidarenko2014-12-242-9/+69
* CSS: Add unit tests for negative margins and positioningAditya Raghavan2014-12-241-0/+15
* Event: add test for window scrollTop/Left logic in iframesAditya Raghavan2014-12-241-0/+15
* Build: Sizzle version labels must start with a dashTimmy Willison2014-12-171-1/+1
* Build: update node dependenciesTimmy Willison2014-12-171-8/+8
* Build: account for version labels in Sizzle versionsTimmy Willison2014-12-171-1/+1
* Authors: Update AUTHORS.txt and .mailmapDave Methvin2014-12-162-3/+20
* Sizzle: update 2.1.1Timmy Willison2014-12-157-49/+113
* README: various text fixesOleg Gaidarenko2014-12-152-7/+7
* Support: Correct iOS 8 support test results, re-arrange entriesMichał Gołębiowski2014-12-131-5/+36
* Ajax: use anchor tag for parsing urlsBen Toews2014-12-112-22/+33
* Data: use removeAttribute in cleanData to bypass Chrome bugJason Bedard2014-12-106-41/+37
* Build: fix tests in AMD modeTimmy Willison2014-12-107-34/+31
* Core: introduce createHTMLDocument in parseHTML; Safari 8/IE8 left outTimmy Willison2014-12-104-4/+83
* Event: Empty namespaces should be uneventfully ignoredDave Methvin2014-12-092-1/+12
* Css: Remove non-functional unit test for negative marginDave Methvin2014-12-091-4/+1
* Support: Re-organize browser order, add Safari 8Michał Gołębiowski2014-12-091-67/+9
* Core: Simplify and speed up .eachDaniel Husar2014-12-091-14/+5
* Attributes: Simplify the option val hook; backport a test from masterMichał Gołębiowski2014-12-082-6/+8
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-0841-1075/+254
* Manipulation: improve test for data-URIOleg Gaidarenko2014-12-081-11/+24
* Event: Fully clean up events in unit testVeaceslav Grimalschi2014-12-071-1/+2
* Callbacks: Disabling a callback should prevent firingDave Methvin2014-12-072-2/+19
* Manipulation: Plug an IE8 memory leak in noCloneEvent feature detectDave Methvin2014-12-061-10/+2
* Tests: Tilt at a few style guide windmillsRichard Gibson2014-12-061-45/+43
* Tests: Accommodate page changes from the QUnit HTML reporterRichard Gibson2014-12-061-21/+20
* Tests: Minor updates for QUnit 1.16 compatibilityRichard Gibson2014-12-055-24/+25
* Tests: Update QUnitRichard Gibson2014-12-053-1159/+1717
* Build: Remove empty define({}) from build outputDavid Corbacho2014-12-041-1/+3
* CONTRIBUTING: Condense info and add directions to other resourcesDave Methvin2014-12-041-111/+23
* Event: Copy detail property to jQuery.Event on native eventsDave Methvin2014-12-031-1/+1
* Core: Throw an error on $("#") rather than returning 0-length collectionDave Methvin2014-12-032-3/+9
* Manipulation: don't test data-URI with script element in IE8Oleg Gaidarenko2014-12-031-8/+12
* Manipulation: support data-URI scripts insertionBin Xin2014-12-032-0/+10