aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* CSS: remove revert artefactOleg Gaidarenko2015-12-221-2/+0
* Revert "Data: always camelCase keys in .data()"Oleg Gaidarenko2015-12-221-39/+62
* Revert "Data: camelCasing should not ignore case"Oleg Gaidarenko2015-12-221-1/+1
* Revert "Offset: Fix .offset() to correctly work with ShadowDOM"Oleg Gaidarenko2015-12-221-24/+11
* Revert "Offset: remove ownerDocument check in offset getter"Oleg Gaidarenko2015-12-221-5/+4
* Revert "Offset: allow offset setter to throw for disconnected elements"Oleg Gaidarenko2015-12-221-1/+1
* Revert "CSS: Ignore the CSS cascade in show()/hide()/etc."Oleg Gaidarenko2015-12-223-110/+208
* Revert "Core: remove custom ready event"Oleg Gaidarenko2015-12-221-0/+7
* Revert "Event: remove deprecated event aliases"Oleg Gaidarenko2015-12-221-2/+2
* Revert "Ajax: Remove remnants of the load event alias handling"Oleg Gaidarenko2015-12-221-2/+11
* Revert "Deferred: add .catch handler"Oleg Gaidarenko2015-12-221-3/+0
* Revert "CSS: Make .css("width") & .css("height") return fractional values"Oleg Gaidarenko2015-12-222-36/+10
* Revert "Effects: Remove additional parameters of easings"Oleg Gaidarenko2015-12-221-5/+10
* Revert "CSS: Make show/hide/toggle methods a module"Oleg Gaidarenko2015-12-222-27/+23
* Revert "Core: make isNumeric limited to strings and numbers"Oleg Gaidarenko2015-12-221-6/+6
* Revert "Attributes: do not set properties to false when removing booleans"Oleg Gaidarenko2015-12-221-1/+18
* Attributes: do not set properties to false when removing booleansTimmy Willison2015-10-261-18/+1
* Core: make isNumeric limited to strings and numbersTimmy Willison2015-10-251-6/+6
* CSS: use isFinite in place of redundant isNumericTimmy Willison2015-10-251-1/+1
* CSS: fix AMD mode for the new showHide moduleTimmy Willison2015-10-251-1/+2
* Event: Fix delegated radio events when arrow keys are usedDave Methvin2015-10-251-3/+4
* Attributes: removeClass() -> attr("class", "")Thomas Tortorini2015-10-251-24/+22
* Attributes: Use simpler boolean check vs a function callDave Methvin2015-10-251-5/+2
* Attributes: Remove undocumented .toggleClass( boolean ) signatureDave Methvin2015-10-251-52/+21
* CSS: Make show/hide/toggle methods a moduleDave Methvin2015-10-252-23/+25
* Deprecated: fix amd mode for the deprecated moduleTimmy Willison2015-10-251-1/+3
* Core: make isNumeric test work on SymbolLiza Ramo2015-10-251-1/+2
* Ajax: Don't let onreadystatechange preempt exceptions from xhr.sendRichard Gibson2015-10-231-2/+6
* Ajax: Catch synchronous readystatechange eventsRichard Gibson2015-10-231-6/+8
* CSS: Protect against getBoundingClientRect exceptionsRichard Gibson2015-10-201-6/+15
* CSS: Correct misrepresentation of "auto" horizontal margins as 0Richard Gibson2015-10-182-9/+35
* 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-121-0/+7
* Manipulation: Don't provide the parser with sloppy table markupAnthony Ryan2015-09-141-13/+5
* Event: Use form prop so that a propHook can be usedAdrian Olek2015-09-141-1/+6
* 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
* Effects: Finish should call progressThomas Tortorini2015-09-081-0/+1
* Core: Remove unnecessary parameter to jQuery#constructorYongwoo Jeon2015-09-081-1/+1
* Data: Don't expose jQuery.acceptDataJason Bedard2015-09-084-16/+14
* Serialize: Fix object detectionMichał Gołębiowski2015-09-081-1/+1
* Serialize: Handle arrays with null valuesDaniel Nill2015-09-071-1/+1
* Effects: Remove additional parameters of easingsThomas Tortorini2015-09-071-10/+5
* Ajax: do not quote "throws" option - use dot notation insteadOleg Gaidarenko2015-09-071-1/+1
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-0790-635/+860
* Core: Support non-browser environmentsMichał Gołębiowski2015-08-1626-62/+100