aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Ajax: Remove workaround for IE6/7Chris Antaki2014-07-131-19/+6
* Core: Consistently use local reference to access()Timo Tijhof2014-07-121-1/+1
* Build: Move all external libraries to external directoryScott González2014-06-243-2048/+0
* Build: Remove unused Sizzle test filesScott González2014-06-248-11410/+0
* Effects: Improve raf logicOleg Gaidarenko2014-06-161-21/+18
* Effects: Reintroduce use of requestAnimationFrameOleg Gaidarenko2014-06-161-2/+25
* Ajax: Always use script injection in globalEvalOleg Gaidarenko2014-06-161-19/+4
* CSS: Do not throw on frame elements in FFOleg Gaidarenko2014-06-161-1/+8
* Support: clean up comments and Support notationDave Methvin2014-06-1028-170/+161
* Core: Work around loss of precision from parseFloatRichard Gibson2014-06-071-1/+2
* Wrap: Declare a dependency on the manipulation moduleTJ VanToll2014-06-021-0/+1
* Ajax: Support usage without jQuery.eventTJ VanToll2014-06-021-1/+2
* Ajax: move ajax event aliases to their own fileTimmy Willison2014-06-023-7/+14
* Data: Work around IE11 bug with onpageshow attributeDave Methvin2014-04-301-4/+8
* Effects: Respect display value on inline elementsOleg Gaidarenko2014-04-301-3/+5
* Selector: Update Sizzle to 1.10.19Richard Gibson2014-04-183-28/+38
* Dimensions: Reverse a check to avoid potential reflowsChristian Kosmowski2014-04-181-1/+1
* Selector: Use Element.matches in selector-native if availablePhilip Jägenstedt2014-03-201-1/+2
* Event: Fix isDefaultPrevented for bubbled events in Android 2.3Michał Gołębiowski2014-03-201-2/+2
* Effects: Don't overwrite display:none when .hide()ing hidden elementsRichard Gibson2014-03-201-5/+10
* CSS: jQuery#hide should always save display valueOleg Gaidarenko2014-03-201-6/+3
* Manipulation: Change support test to be WWA-friendlyJonathan Sampson2014-03-201-2/+9
* Attributes: Trim whitespace from option text when returned as a valueJohn Hoven2014-03-201-0/+10
* CSS: window.getDefaultComputedStyle may return nullRodrigo Rosenfeld Rosas2014-03-201-3/+4
* Core: Fix comments for .get() methodBenjy Cui2014-03-201-2/+2
* Event: Treat Pointer events like mouse events, #14741louisremi2014-03-161-2/+4
* CSS: Add flex-grow and flex-shrink to cssNumberRoman Rei_2014-03-131-0/+2
* AMD: Note on AMD best practicesS. Andrew Sheppard2014-03-121-0/+6
* Event: Call underlying stopImmediatePropagation when presentDave Methvin2014-03-121-0/+7
* Css: Revert 24e587929f62428e1959b10aace6dc4fd65ab397Michał Gołębiowski2014-03-101-3/+0
* Manipulation: don't use Object.keys for consistencyMichał Gołębiowski2014-03-091-4/+3
* Core: Do not run window.onready when readyDave Methvin2014-03-041-2/+3
* CSS: Return values should be numbersDave Methvin2014-03-041-2/+2
* Event: Allow triggerHandler(beforeunload)Dave Methvin2014-03-041-1/+1
* Ajax: .load() should trim its selectorDave Methvin2014-03-041-1/+1
* Core: Arrays like [42] should fail .isNumeric()Dave Methvin2014-03-041-1/+1
* Core: Remove native String#trim usage to save sizeMichał Gołębiowski2014-03-042-19/+6
* Support: Reduce sizeRichard Gibson2014-02-141-15/+19
* Support: Skip style-based tests when element.style is undefinedRichard Gibson2014-02-141-0/+4
* Core: Fix trim in Android<4.1Michał Gołębiowski2014-02-131-3/+19
* Support: Document box-sizing was unprefixed in Firefox 29Michał Gołębiowski2014-02-051-2/+2
* Selector: update SizzleMichał Gołębiowski2014-02-054-63/+93
* Attrs: Simplify an option hookOleg2014-02-051-1/+1
* Core: Remove special case try/catch in isPlainObjectRick Waldron2014-02-021-10/+2
* Ajax: Protect against exceptions thrown synchronously by xhr.sendjaubourg2014-01-291-4/+9
* Manipulation: Use textarea for missing IE defaultValue checkDave Methvin2014-01-231-8/+5
* Traversing: Check all pairwise element combinations for .find( els )Richard Gibson2014-01-171-4/+3
* Attrs: Remove outdated valHook for option elementOleg2014-01-161-8/+0
* Sizzle: update committed dependenciesTimmy Willison2014-01-135-23/+25
* Intro: Pass window to intro if available, for browserifyForbes Lindesay2014-01-091-2/+2