aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Build: fix tests in AMD modeTimmy Willison2014-12-095-10/+8
* Core: use document.implemenation.createHTMLDocument in jQuery.parseHTMLFrederic Hemberger2014-12-093-3/+13
* Core: Simplify and speed up .eachDaniel Husar2014-12-091-14/+5
* Attributes: Use the option val hook in select val hook and simplify itMichał Gołębiowski2014-12-081-7/+5
* Callbacks: Disabling a callback should prevent firingDave Methvin2014-12-071-2/+4
* Event: Copy detail property to jQuery.Event on native eventsDave Methvin2014-12-031-1/+1
* Core: Throw an error on $("#") rather than returning 0-length collectionDave Methvin2014-12-031-1/+2
* Manipulation: support data-URI scripts insertionBin Xin2014-12-031-0/+1
* CSS: Clean up memory leak in reliableMarginRightDave Methvin2014-12-021-0/+1
* Dimensions: allow modification of coordinates argumentOleg Gaidarenko2014-11-161-1/+3
* Manipulation: Check state lost if the name is set for Android 4.0-4.3Michał Gołębiowski2014-11-061-0/+3
* Misc: Adjust comments & docs to dropping IE<8 in jQuery CompatMichał Gołębiowski2014-11-041-1/+1
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-0311-64/+28
* Docs: 1.x-master branch -> compat branch; 2.x branch -> master branchTimmy Willison2014-11-031-1/+0
* Ajax: Fix for request aborted in ajaxSendDan Hart2014-11-011-0/+6
* Change broken url to wayback oneArthur Verschaeve2014-10-301-1/+1
* Deprecated: Drop size and andSelf methodsMichał Gołębiowski2014-10-301-12/+1