aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Data: camelCasing should not ignore caseTimmy Willison2015-05-042-1/+11
* Data: always camelCase keys in .data()Timmy Willison2015-05-043-62/+65
* Data: do not include digits when camelCasingTimmy Willison2015-05-033-6/+7
* Event: remove redundant guards for the event methodsOleg Gaidarenko2015-05-031-3/+3
* Core:CSS:Event: simplification of native method signaturesOleg Gaidarenko2015-05-034-10/+11
* Ajax: remove "onunload" event handlerOleg Gaidarenko2015-05-031-18/+3
* Event: add support commentOleg Gaidarenko2015-05-031-0/+6
* Event: remove guard for falsy handler argument of jQuery#on methodOleg Gaidarenko2015-05-032-16/+0
* Manipulation: Make an HTML interception pointRichard Gibson2015-04-303-50/+85
* Manipulation: Detect sneaky no-content replaceWith inputRichard Gibson2015-04-302-22/+41
* Core: add workaround for iOS JIT error in isArrayLikeTimmy Willison2015-04-292-1/+27
* Core: Test all factory use cases from intro.jsMichał Gołębiowski2015-04-2713-44/+152
* Tests: Increase QUnit timeoutMichał Gołębiowski2015-04-271-1/+1
* Core: Align branches: remove an unused variable, add commentsMichał Gołębiowski2015-04-273-2/+5
* Deferred: Always handle progress callbacks before done/failRichard Gibson2015-04-222-29/+80
* Attributes: remove unnecessary element null checkBastian Buchholz2015-04-201-1/+1
* Core: Follow the AMD specification for defineAlexander O'Mara2015-04-131-1/+1
* CSS: Don't expose jQuery.swapMichał Gołębiowski2015-04-132-10/+6
* Build: update SizzleTimmy Willison2015-04-135-156/+234
* Docs: Add info about Sizzle not being excludable on the compat branchMichał Gołębiowski2015-03-301-0/+2
* Attributes: revert returning null for non-existant attributesTimmy Willison2015-03-302-48/+44
* Wrap: Support .unwrap( selector) for selective unwrappingDave Methvin2015-03-302-6/+30
* Core: Update tested jsdom, drop obsolete workaroundsMichał Gołębiowski2015-03-303-58/+49
* Build: Update native-promise-only (again)Michał Gołębiowski2015-03-282-3/+3
* Tests: add the current version of node and iojs to the travis configJon Hester2015-03-261-0/+2
* Data: Drop the tests relying on appletsMichał Gołębiowski2015-03-251-6/+3
* Build: Update native-promise-onlyMichał Gołębiowski2015-03-252-3/+3
* Build: save sinon update for laterTimmy Willison2015-03-241-1/+1
* Offset: Round offset value for the sake of floating errorsMichał Gołębiowski2015-03-231-2/+5
* Deferred: Backwards-compatible standards interoperabilityRichard Gibson2015-03-209-112/+696
* Tests: Expand CSS relative adjustment tolerance for IERichard Gibson2015-03-161-2/+2
* Tests: Fix CSS relative adjustment test for round-down browsersRichard Gibson2015-03-161-7/+19
* Attributes: revert returning null for non-elementsTimmy Willison2015-03-162-2/+2
* Attributes: fix failing test for new return valueTimmy Willison2015-03-162-3/+12
* Attributes: return null when attribute does not existWinston Howes2015-03-162-44/+39
* Data: restore explicit data removal of private data in cleanData.Rick Waldron2015-03-092-1/+18
* CSS: Support relative adjustment in any applicable unitMr212015-03-095-58/+135
* Build: remove deprecated JSHint optionsStephen Edgar2015-03-083-10/+1
* Event: correct support commentOleg Gaidarenko2015-03-081-1/+3
* Data: updates to element[expando] cacheRick Waldron2015-03-051-36/+23
* Data: move element cache to element[expando]Rick Waldron2015-03-044-74/+66
* Data: avoid Object.defineProperties for nodesJason Bedard2015-03-041-13/+9
* Core: change jQuery.each and jQuery#each signaturesOleg Gaidarenko2015-02-191-31/+10
* Ajax: remove use of jQuery#each second argumentOleg Gaidarenko2015-02-191-1/+3
* Tests: make top of the HTML suite compliant with style guideOleg Gaidarenko2015-02-191-7/+5
* Ajax: remove deprecated extensions from ajax promiseOleg Gaidarenko2015-02-172-12/+10
* Build: fix broken assertions caused by QUnit updateOleg Gaidarenko2015-02-152-9/+9
* Ajax: replace "jqXHR.complete" callback with "always"Oleg Gaidarenko2015-02-151-1/+4
* Ajax: make jQuery#load "type" field explicitOleg Gaidarenko2015-02-154-3/+17
* Ajax: simplify one ajax call and add explanatory commentOleg Gaidarenko2015-02-152-1/+2