aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ajax: remove event dependency from the ajax moduleOleg Gaidarenko2014-10-141-2/+3
* Data: avoid non-alphanumeric chars in expando propertiesJason Bedard2014-09-261-1/+1
* Event: Restore the `constructor` property on jQuery.Event prototypeDaniel Herman2014-09-041-0/+1
* Manipulation: Tolerate XMLNode host object input to getAllRichard Gibson2014-09-041-2/+6
* CSS: Correct typo in the commentOleg Gaidarenko2014-09-031-3/+2
* CSS: Use pre-defined displays for html and bodyOleg Gaidarenko2014-09-031-1/+7
* CSS: Remove use of getDefaultComputedStyleNazar Mokrynskyi2014-09-021-12/+2
* Attr: Use typeof check for getAttribute methodOleg Gaidarenko2014-09-021-1/+1
* Build: Moved JSHint directives to .jshintrc fileChris Antaki2014-09-022-4/+2
* Offset: Simplified a conditionalChris Antaki2014-09-021-1/+1
* Core: Drop strundefined variableChris Antaki2014-09-027-20/+15
* CSS: Removed redundant "to the number" in commentAurelio De Rosa2014-09-021-1/+1
* CSS: elements are hidden when either offsetWidth or offsetHeight is zeroTimmy Willison2014-07-171-1/+3
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-1732-157/+272
* Ajax: Remove workaround for IE6/7Chris Antaki2014-07-131-19/+6
* Core: Consistently use local reference to access()Timo Tijhof2014-07-121-1/+1
* Build: Move all external libraries to external directoryScott González2014-06-243-2048/+0