aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Deferred: Backwards-compatible standards interoperabilityRichard Gibson2015-03-201-27/+221
* Attributes: revert returning null for non-elementsTimmy Willison2015-03-161-1/+1
* Attributes: fix failing test for new return valueTimmy Willison2015-03-161-1/+1
* Attributes: return null when attribute does not existWinston Howes2015-03-161-6/+1
* Data: restore explicit data removal of private data in cleanData.Rick Waldron2015-03-091-1/+1
* CSS: Support relative adjustment in any applicable unitMr212015-03-094-58/+83
* Build: remove deprecated JSHint optionsStephen Edgar2015-03-081-3/+0
* Event: correct support commentOleg Gaidarenko2015-03-081-1/+3
* Data: updates to element[expando] cacheRick Waldron2015-03-051-36/+23
* Data: move element cache to element[expando]Rick Waldron2015-03-043-67/+64
* Data: avoid Object.defineProperties for nodesJason Bedard2015-03-041-13/+9
* Core: change jQuery.each and jQuery#each signaturesOleg Gaidarenko2015-02-191-31/+10
* Ajax: remove use of jQuery#each second argumentOleg Gaidarenko2015-02-191-1/+3
* Ajax: remove deprecated extensions from ajax promiseOleg Gaidarenko2015-02-171-6/+4
* Ajax: replace "jqXHR.complete" callback with "always"Oleg Gaidarenko2015-02-151-1/+4
* Ajax: make jQuery#load "type" field explicitOleg Gaidarenko2015-02-151-2/+4
* Ajax: simplify one ajax call and add explanatory commentOleg Gaidarenko2015-02-152-1/+2
* Manipulation: don't auto-insert tbodyOleg Gaidarenko2015-02-111-6/+6
* Manipulation: simplify html wrappersOleg Gaidarenko2015-02-101-2/+13
* CSS: save 20 bytes in css/supportMichał Gołębiowski2015-02-052-21/+20
* CSS: Fix the pixelMarginRight support test in Android 2.3Michał Gołębiowski2015-02-052-7/+8
* CSS: Restore the hack to get pixels for .css('width') etc.Michał Gołębiowski2015-02-042-4/+39
* Event: Add a note about a mouseenter bug in ChromeMichał Gołębiowski2015-01-251-0/+4
* Core: Return empty array instead of null for parseHTML("")Timo Tijhof2015-01-191-2/+2
* Event: HTML5 drop events inherit from MouseEventDave Methvin2015-01-141-1/+1
* Offset: simplify jQuery#offsetParent methodOleg Gaidarenko2015-01-131-3/+12
* Manipulation: add support to tag-hyphenated elementsLeonardo Braga2015-01-131-2/+2
* Core: add support to tag-hyphenated elementsLeonardo Braga2015-01-131-1/+1
* Core: Remove deprecated context and selector propertiesDave Methvin2015-01-113-18/+3
* Ajax: $.post and $.get can now take an options objectGeorge Mauer2015-01-111-2/+3
* Core: Standardize indexOf comparisonsRichard Gibson2015-01-108-11/+12
* Callbacks: Reduce sizeRichard Gibson2015-01-101-82/+74
* Callbacks: Don't abort execution on .lock()Richard Gibson2015-01-101-1/+1
* Callbacks: No object starts out lockedRichard Gibson2015-01-101-11/+34
* Event: Normalize mouse event properties in drag eventsAditya Raghavan2015-01-051-1/+1
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-031-1/+1
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-2621-38/+70
* Deferred: Fix $.when with resolved deferred and progress callbacksNicolas HENRY2014-12-251-2/+2
* Ajax: simplify jQuery.parseXML methodShivaji Varma2014-12-251-3/+2
* CSS: simplify "defaultDisplay" moduleOleg Gaidarenko2014-12-241-1/+1
* Manipulation: make wrapAll funarg execute only onceOleg Gaidarenko2014-12-241-6/+3
* Data: shave off a couple of bytesMike Sidorov2014-12-241-4/+3
* Data: speed up $.fn.data() for camel-cased keyVictor Homyakov2014-12-241-2/+3
* Event: fix incorrect window bug with scrollTop/Left in iframesAditya Raghavan2014-12-241-2/+2
* Ajax: use anchor tag for parsing urlsBen Toews2014-12-111-19/+26
* Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left outTimmy Willison2014-12-102-3/+23
* Event: Empty namespaces should be uneventfully ignoredDave Methvin2014-12-091-1/+1
* Core: revert addition of createHTMLDocument. Thanks, Safari 8.Timmy Willison2014-12-091-3/+1
* Core: pass empty string to createHTMLDocument to appease IETimmy Willison2014-12-091-1/+1
* Core: remove unnecessary support test for createHTMLDocumentTimmy Willison2014-12-093-14/+3