aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Data: Work around IE11 bug with onpageshow attributeDave Methvin2014-04-301-5/+8
* Effects: Respect display value on inline elementsOleg Gaidarenko2014-04-301-3/+6
* 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
* Effects: Fix inline element animationsRichard Gibson2014-03-241-2/+2
* Css: change boxSizingReliable in IE<9.Michał Gołębiowski2014-03-211-4/+3
* Event: Remove redundant fallback to getPreventDefault()Michał Gołębiowski2014-03-201-5/+3
* 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
* Attributes: Trim whitespace from option text when returned as a valueJohn Hoven2014-03-201-1/+3
* 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
* Support: Simplify the box-sizing testMichał Gołębiowski2014-03-102-16/+8
* Css: Revert 24e587929f62428e1959b10aace6dc4fd65ab397Michał Gołębiowski2014-03-101-3/+0
* Ajax: Use two-arg form of .slice() for old IEDave Methvin2014-03-041-1/+1
* 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-2/+3
* 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 size via code consolidation and minification awarenessRichard Gibson2014-03-045-196/+116
* Support: Skip style-based tests when element.style is undefinedRichard Gibson2014-02-132-8/+16
* Core: Correct support comments for String.prototype.trimMichał Gołębiowski2014-02-131-1/+3
* Docs: Add support comments for prefixed box-sizingMichał Gołębiowski2014-02-052-0/+3
* Selector: update SizzleMichał Gołębiowski2014-02-054-63/+93
* Css: Document reliableMarginRight is needed for Android 2.3Michał Gołębiowski2014-01-271-0/+1
* Css: Fix the reliableMarginRight test in oldIE.Michał Gołębiowski2014-01-261-3/+7
* Css: Don’t cache support.reliableMarginRight; thanks @jdalton, @timmywilMichał Gołębiowski2014-01-261-6/+5
* Manipulation: Use textarea for missing IE defaultValue checkDave Methvin2014-01-231-6/+7
* Attrs: Restore ability to pass array to jQuery#valOleg2014-01-161-1/+2
* Attrs: Force reflow in select value setterOleg2014-01-161-5/+21
* Attrs: Fix valHook for option elementOleg2014-01-161-2/+1
* Sizzle: update committed dependenciesTimmy Willison2014-01-135-23/+25
* Ajax: support non-RFC2616 methods for oldIEOleg2014-01-141-2/+13
* Effects: First step() call should match :animated selectorDave Methvin2014-01-091-1/+4
* Intro: Pass window to intro if available, for browserifyForbes Lindesay2014-01-091-2/+2
* Build: Happy New Year! Thanks @marlonlandaverdeDave Methvin2014-01-091-1/+1
* traversing: Optimise .add by not using makeArrayTimo Tijhof2013-12-301-6/+5
* exports/global: Do not attach global variables for most CommonJS environmentsTimmy Willison2013-12-202-5/+8
* Selector: update SizzleRichard Gibson2013-12-204-15/+21
* Build: Add the ability to remove global exposure.Timmy Willison2013-12-193-23/+32
* Offset: Fix comment typo, thanks @AurelioDeRosaDave Methvin2013-12-181-1/+1
* Manage bower dependencies with grunt-bowercopyTimmy Willison2013-12-0611-0/+13410
* Change window to global in the most outer IIFE parameters. (cherry-picked fro...Michał Gołębiowski2013-11-171-6/+6
* Fixes #14549. Execute the factory immediately when CommonJS is used in the br...Timmy Willison2013-11-151-10/+14