aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Core:CSS: Attach test nodes to documentElement, not bodyMichał Gołębiowski2015-08-163-26/+6
* Event: Reduce differences from masterRichard Gibson2015-08-101-7/+6
* Core: Don't expose jQuery.accessMichał Gołębiowski2015-08-041-1/+1
* Build: Add a comment explaining why the es3 option is neededMichał Gołębiowski2015-08-031-0/+3
* Event: Update support comments for mouseenter/mouseleave implementationMichał Gołębiowski2015-07-271-7/+4
* Core: Adjust comments & tests after dropping Safari 6 supportMichał Gołębiowski2015-07-272-1/+2
* Core: .each/.map should accept an undefined/null valueThomas Tortorini2015-07-271-11/+9
* Core: Add a support comment for Safari 8Michał Gołębiowski2015-07-201-0/+5
* Ajax: Remove jsonp callbacks through "jQuery#removeProp" methodOleg Gaidarenko2015-07-131-2/+8
* CSS: Make .css("width") & .css("height") return fractional valuesMichał Gołębiowski2015-07-072-11/+35
* Deferred: add .catch handlerTimmy Willison2015-07-061-0/+3
* CSS: Improve a comment explaining IE11 fullscreen bugMichał Gołębiowski2015-07-011-1/+2
* Tests: Fix merge conflictCorey Frang2015-06-261-3/+0
* Effects: Adding unit tests for jQuery.AnimationCorey Frang2015-06-261-18/+29
* Effects: Add tests for jQuery.TweenCorey Frang2015-06-261-3/+5
* CSS: make the getStyles function more readableThomas Tortorini2015-06-251-3/+5