aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #14503: Cast to string before setting XHR header. Close gh-1427.hongymagic2013-11-141-1/+9
* Ref #14180, let focusin/out work on non-element targets.Dave Methvin2013-11-141-2/+2
* Fix #14475. Use IE11-friendly detect for proper XHR object.Dave Methvin2013-11-141-7/+3
* Fix #14036. Remove user/pass from ajaxLocation. Close gh-1340.njhamann2013-11-131-1/+1
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-11-121-7/+16
* Fix #14492: More correct jQuery.parseJSON. Close gh-1419.Richard Gibson2013-11-121-22/+31
* Remove old try...catch for old FFOleg2013-11-081-52/+42
* Ref 705216d: Synchronize ajax/xhr.js with masterRichard Gibson2013-11-081-1/+1
* Fix some code style inconsistenciesOleg2013-11-0724-45/+41
* Fix #14422 and add more thorough check for CSP violationsOleg2013-11-071-5/+8
* Fix #14074: element id="nodeName". Close gh-1389.Richard Gibson2013-11-072-13/+13
* Fix #14101: $().data() should be undefined, not nullCorey Frang2013-11-061-3/+2
* Fix #14190: Remove unnecessary assignment in .closest. Close gh-1411.Marian Sollmann2013-11-061-3/+3
* No ticket: Update style per gh-1418 commentsRichard Gibson2013-11-041-8/+6
* Ref 705216dc: Synchronize ajax/xhr.js with master. Close gh-1418.Richard Gibson2013-11-041-76/+54
* Fix #14459: Use jQuery.parseJSON instead of JSON.parseRichard Gibson2013-10-281-1/+1