aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Event: provide verbose info for focus(in | out) & rename support propsOleg Gaidarenko2015-05-193-46/+53
* Ajax: Rename Spartan to Edge in a commentMichał Gołębiowski2015-05-181-2/+2
* Ajax: Use the native XHR for all non-local requests in IE9+Michał Gołębiowski2015-05-183-11/+79
* Build: bower.json: remove moot `version` fieldChris Rebert2015-05-131-1/+0
* Offset: account for scroll when calculating positionRichard McDaniel2015-05-122-3/+17
* Core: remove custom ready eventTimmy Willison2015-05-122-40/+30
* Attributes: add SVG class manipulationTimmy Willison2015-05-122-33/+75
* Tests: fix tests in accordance with new :visible behaviorTimmy Willison2015-05-122-5/+7
* CSS: fix :visible/:hidden selectors for inline element w/ contentTimmy Willison2015-05-122-13/+17
* Core: Align code in intro.js with masterMichał Gołębiowski2015-05-121-8/+8
* CSS: Ignore the CSS cascade in show()/hide()/etc.Richard Gibson2015-05-118-443/+396
* Build: append "+compat" to tag version and jQuery.fn.jqueryTimmy Willison2015-05-072-3/+3
* Manipulation: privatize internal domManip() functionTimmy Willison2015-05-051-101/+100
* Manipulation: privatize buildFragment() functionTimmy Willison2015-05-0511-202/+265
* Effects: add tests for jQuery.easing._default in Animation and TweenTimmy Willison2015-05-051-25/+80
* Effects: set default easing using jQuery.easing._defaultTimmy Willison2015-05-053-18/+42
* Core: remove isArraylike check for nodesMu Haibao2015-05-051-4/+0
* Build: Remove npm from dependenciesCalvin Metcalf2015-05-051-1/+0
* Offset: allow offset setter to throw for disconnected elementsTimmy Willison2015-05-052-10/+2
* Offset: remove ownerDocument check in offset getterTimmy Willison2015-05-052-14/+6
* Offset: Fix .offset() to correctly work with ShadowDOMArthur Stolyar2015-05-052-19/+37
* Selector: add test for jQuery.unique() aliasTimmy Willison2015-05-051-1/+3
* Selector: add jQuery.uniqueSort; deprecate jQuery.uniqueTimmy Willison2015-05-045-9/+9
* 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-042-1/+11
* Data: always camelCase keys in .data()Timmy Willison2015-05-042-67/+126
* CSS: fix dependency order for amdTimmy Willison2015-05-041-1/+1
* Data: do not include digits when camelCasingTimmy Willison2015-05-043-6/+7
* Core:CSS:Event: simplification of native method signaturesOleg Gaidarenko2015-05-034-9/+9
* Ajax: remove "onunload" event handlerOleg Gaidarenko2015-05-031-18/+3
* Event: add support commentOleg Gaidarenko2015-05-031-0/+7
* 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-51/+85
* Manipulation: Detect sneaky no-content replaceWith inputRichard Gibson2015-04-302-23/+41
* Core: add workaround for iOS JIT error in isArrayLikeTimmy Willison2015-04-292-1/+27
* Tests: Increase QUnit timeoutMichał Gołębiowski2015-04-271-1/+1
* 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: Rename 1.x to compatMichał Gołębiowski2015-03-302-2/+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
* 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
* Core: Update tested jsdom, drop obsolete workaroundsMichał Gołębiowski2015-03-251-2/+1
* Build: Update native-promise-onlyMichał Gołębiowski2015-03-252-3/+3
* Offset: Round offset value for the sake of floating errorsMichał Gołębiowski2015-03-231-2/+5
* Deferred: Backwards-compatible standards interoperabilityRichard Gibson2015-03-209-114/+698