aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Docs: Fix various spelling errorsJosh Soref2016-01-131-1/+1
* Deferred: Warn on exceptions that are likely programming errorsDave Methvin2016-01-133-1/+32
* Deferred: Remove undocumented progress notifications in $.whenDave Methvin2016-01-131-21/+18
* Manipulation: Bring tagname regexes up to specLeonardo Braga2016-01-073-3/+3
* CSS: Add animation-iteration-count to cssNumber, fix testsJun Sun2016-01-071-0/+1
* Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature"Timmy Willison2016-01-071-17/+52
* Event: Remove duplicated word text on commentJae Sung Park2015-12-031-1/+1
* Attributes: exclusively lowercase A-Z in attribute namesTimmy Willison2015-12-021-2/+9
* Core: do not expose second argument of the `jQuery.globalEval`Oleg Gaidarenko2015-12-023-10/+23
* Ajax: Preserve URL hash on requestsDave Methvin2015-11-301-12/+16
* Ajax: Golf away 21 bytesRichard Gibson2015-11-191-30/+28
* Deferred: syncronize single and multiple target handling in $.whenTimmy Willison2015-11-131-11/+11
* Selector: pass jQuery unit tests with selector-nativeTimmy Willison2015-11-111-49/+76
* Effects: fix loading showHide in AMD modeTimmy Willison2015-11-101-0/+1
* Offset: offsetLeft/Top on empty set returns undefinedDave Methvin2015-11-101-1/+1
* Dimensions: Empty sets should return undefinedDave Methvin2015-11-101-1/+1
* Dimensions: properly manipulate non-px valuesTimmy Willison2015-11-091-9/+19
* Manipulation: execute scripts from iframe in the iframe's contextTimmy Willison2015-11-092-4/+5
* Dimensions: outerWidth/Height include scrollbarDave Methvin2015-11-071-4/+4
* Event: Separate trigger/simulate into its own moduleDave Methvin2015-11-066-226/+259
* Attributes: return empty array for select-multiple with no valuesTimmy Willison2015-11-051-1/+1
* Ajax: Don't throw exceptions on binary data responseDave Methvin2015-11-041-6/+7
* Ajax: trigger error callback on native abortTimmy Willison2015-11-031-8/+41
* Ajax: Only form-encode requests with a bodyDave Methvin2015-11-022-2/+8
* Core: use interactive to evaluate dom ready, barring IE9-10Timmy Willison2015-10-291-4/+4
* Attributes: do not set properties to false when removing booleansTimmy Willison2015-10-211-10/+2
* Core: make isNumeric limited to strings and numbersTimmy Willison2015-10-211-6/+6
* CSS: Correct misrepresentation of "auto" horizontal margins as 0Richard Gibson2015-10-182-6/+31
* Attributes: fix tabIndex on <img> in IE11Joelle Fleurantin2015-10-181-5/+15
* CSS: use isFinite in place of redundant isNumericTimmy Willison2015-10-181-1/+1
* CSS: fix AMD mode for the new showHide moduleTimmy Willison2015-10-181-1/+2
* Event: Fix delegated radio events when arrow keys are usedDave Methvin2015-10-181-3/+4
* Attributes: removeClass() -> attr("class", "")Thomas Tortorini2015-10-181-23/+21
* Attributes: Use simpler boolean check vs a function callDave Methvin2015-10-181-5/+2
* Attributes: Remove undocumented .toggleClass( boolean ) signatureDave Methvin2015-10-181-54/+22
* CSS: Make show/hide/toggle methods a moduleDave Methvin2015-10-182-24/+25
* Deprecated: fix amd mode for the deprecated moduleTimmy Willison2015-10-181-1/+3
* Core: make isNumeric test work on SymbolLiza Ramo2015-10-171-1/+2
* Core: Support Symbol wrapper objects in jQuery.typeChristian Grete2015-10-131-1/+1
* Ajax: improve content-type detectionOleg Gaidarenko2015-10-122-4/+4
* Ajax: correct indentationOleg Gaidarenko2015-10-121-3/+3
* Tests:Docs: Fix various typosGary Ye2015-10-121-1/+1
* Event: Move .bind() and .delegate() to deprecatedDave Methvin2015-10-122-18/+22
* Ajax: Mitigate possible XSS vulnerabilityOleg Gaidarenko2015-10-122-1/+8
* Manipulation: Don't provide the parser with sloppy table markupAnthony Ryan2015-09-141-13/+6
* Data: Combine register and cache methodsJason Bedard2015-09-141-33/+27
* Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 supportMichał Gołębiowski2015-09-146-57/+5
* Data: avoid using delete on DOM nodesJason Bedard2015-09-082-7/+21
* Manipulation: Switch rnoInnerhtml to a version more performant in IESean Henderson2015-09-081-1/+5
* Traversing: Don't expose jQuery.dir & jQuery.siblingMichał Gołębiowski2015-09-083-38/+46