aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Build: Happy New Year! Thanks @marlonlandaverdeDave Methvin2014-01-091-1/+1
* Effects: First step() call should match :animated selectorDave Methvin2014-01-071-1/+4
* 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
* Reduce size by reordering variable declarationsChris Antaki2013-12-164-16/+17
* Revert "Ajax: Fix #14424. Use ActiveX in IE9+ on local files, close gh-1434."Dave Methvin2013-12-152-10/+1
* Manage bower dependencies with grunt-bowercopyTimmy Willison2013-12-0611-0/+13410
* Change window to global in the most outer IIFE parameters.Michał Gołębiowski2013-11-171-5/+5
* Fixes #14549. Execute the factory immediately when CommonJS is used in the br...Timmy Willison2013-11-151-10/+14
* Ref #14180, let focusin/out work on non-element targets.Dave Methvin2013-11-141-2/+2
* Ajax: Fix #14424. Use ActiveX in IE9+ on local files, close gh-1434.Dave Methvin2013-11-142-1/+10
* Event: Fix #14544. Remove elem from event handle, close gh-1400.Ilya Kantor2013-11-141-7/+2
* Fix #14036. Remove user/pass from ajaxLocation. Close gh-1340.njhamann2013-11-131-1/+1
* ajax: Fix #14207. file protocol returns status 0, see #8605.Dave Methvin2013-11-131-2/+2
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-11-121-7/+17
* Fix #14492: More correct jQuery.parseJSON. Close gh-1419.Richard Gibson2013-11-121-1/+5
* No ticket. Remove the unnecessary guard in addGetHookIf. Close gh-1426.Michał Gołębiowski2013-11-111-9/+1
* Fix #14074: element id="nodeName". Close gh-1389.Richard Gibson2013-11-071-2/+2
* Fix #14190: Remove unnecessary assignment in .closest. Close gh-1411.Marian Sollmann2013-11-061-2/+2
* Fix #14101: $().data() should be undefined, not nullCorey Frang2013-11-061-2/+1
* No ticket: Reduce size by reordering variable declarations. Close gh-1416.Chris Antaki2013-11-051-5/+5
* Fix #11809: Update text without creating DOM nodes. Close gh-1412.Chris Antaki2013-11-051-1/+5
* No ticket: Update support comment to match conventionRichard Gibson2013-11-041-2/+2
* No ticket: Small ajax/xhr size optimizationsRichard Gibson2013-10-281-6/+19