aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Attributes: add SVG class manipulationTimmy Willison2015-05-121-29/+43
* Data: remove the expando when there's no more dataTimmy Willison2015-05-122-11/+8
* Data: remove some unused codeTimmy Willison2015-05-121-9/+4
* CSS: fix :visible/:hidden selectors for inline element w/ contentTimmy Willison2015-05-121-4/+2
* CSS: Collapse a double if statement into oneMichał Gołębiowski2015-05-121-3/+0
* CSS: Ignore the CSS cascade in show()/hide()/etc.Richard Gibson2015-05-114-209/+151
* Manipulation: privatize internal domManip() functionTimmy Willison2015-05-051-94/+93
* Manipulation: privatize buildFragment() functionTimmy Willison2015-05-058-157/+199
* Effects: set default easing using jQuery.easing._defaultTimmy Willison2015-05-052-3/+7
* Core: remove isArraylike check for nodesMu Haibao2015-05-051-4/+0
* Offset: allow offset setter to throw for disconnected elementsTimmy Willison2015-05-051-1/+1
* Offset: remove ownerDocument check in offset getterTimmy Willison2015-05-051-4/+5
* Offset: Fix .offset() to correctly work with ShadowDOMArthur Stolyar2015-05-051-14/+12
* Selector: add jQuery.uniqueSort; deprecate jQuery.uniqueTimmy Willison2015-05-043-5/+5
* Core: allow init to accept an alternate rootjQuery for migrate's sakeTimmy Willison2015-05-041-4/+8
* Data: camelCasing should not ignore caseTimmy Willison2015-05-041-1/+1
* Data: always camelCase keys in .data()Timmy Willison2015-05-042-57/+34
* Data: do not include digits when camelCasingTimmy Willison2015-05-031-1/+1
* 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-031-2/+0
* Manipulation: Make an HTML interception pointRichard Gibson2015-04-301-2/+6
* Manipulation: Detect sneaky no-content replaceWith inputRichard Gibson2015-04-301-18/+21
* Core: add workaround for iOS JIT error in isArrayLikeTimmy Willison2015-04-291-1/+6
* 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-221-29/+32
* 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
* Attributes: revert returning null for non-existant attributesTimmy Willison2015-03-301-1/+6
* Wrap: Support .unwrap( selector) for selective unwrappingDave Methvin2015-03-301-6/+5
* Core: Update tested jsdom, drop obsolete workaroundsMichał Gołębiowski2015-03-302-57/+48
* Deferred: Backwards-compatible standards interoperabilityRichard Gibson2015-03-201-27/+221
* Attributes: revert returning null for non-elementsTimmy Willison2015-03-161-1/+1
* Attributes: fix failing test for new return valueTimmy Willison2015-03-161-1/+1
* Attributes: return null when attribute does not existWinston Howes2015-03-161-6/+1
* Data: restore explicit data removal of private data in cleanData.Rick Waldron2015-03-091-1/+1
* CSS: Support relative adjustment in any applicable unitMr212015-03-094-58/+83
* Build: remove deprecated JSHint optionsStephen Edgar2015-03-081-3/+0
* 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-043-67/+64
* 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
* Ajax: remove deprecated extensions from ajax promiseOleg Gaidarenko2015-02-171-6/+4
* Ajax: replace "jqXHR.complete" callback with "always"Oleg Gaidarenko2015-02-151-1/+4
* Ajax: make jQuery#load "type" field explicitOleg Gaidarenko2015-02-151-2/+4