aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Event: Remove an internal argument to the on methodMichał Gołębiowski2015-06-141-51/+55
* Core: Make jQuery objects iterableMichał Gołębiowski2015-06-1312-2/+97
* Build: Refactor Node smoke testsMichał Gołębiowski2015-06-137-39/+36
* Build: Update grunt-contrib-jshintMichał Gołębiowski2015-06-132-1/+2
* Build: remove bower.json lint targetOleg Gaidarenko2015-06-111-4/+0
* Event: remove preDispatch hook & simplify "simulate" signatureOleg Gaidarenko2015-06-051-7/+4
* CSS: Don't name the anonymous swap functionMichał Gołębiowski2015-06-011-1/+1
* Build: Update the license attributeGilad Peleg2015-06-011-6/+1
* Ajax: Remove remnants of the load event alias handlingMichał Gołębiowski2015-06-011-10/+1
* CSS: Don't cache unrecognized CSS property namesMichał Gołębiowski2015-06-012-11/+90
* Event: remove outdated originalEvent hackOleg Gaidarenko2015-05-292-23/+62
* Event: Remove fake originalEvent from jQuery.Event.simulateGabriel Schulhof2015-05-293-2/+65
* Docs: remove redundant instruction from the readmeOleg Gaidarenko2015-05-291-1/+1
* Build: update requirejs dependency to 2.1.17Oleg Gaidarenko2015-05-191-1/+1
* Event: remove deprecated event aliasesOleg Gaidarenko2015-05-192-10/+3
* Event: provide verbose comment for focus(in | out) & rename support propOleg Gaidarenko2015-05-193-16/+22
* 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-29/+71
* Data: remove the expando when there's no more dataTimmy Willison2015-05-124-13/+48
* Data: remove some unused codeTimmy Willison2015-05-121-9/+4
* 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-11/+15
* 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-117-429/+379
* Build: use different versions of jsdom for Node and iojs testingTimmy Willison2015-05-073-2/+32
* Manipulation: privatize internal domManip() functionTimmy Willison2015-05-051-94/+93
* Manipulation: privatize buildFragment() functionTimmy Willison2015-05-058-157/+199
* 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/+35
* 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-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