aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Effects: Finish should call progressThomas Tortorini2015-09-081-0/+1
* Core: Remove unnecessary parameter to jQuery#constructorYongwoo Jeon2015-09-081-1/+1
* Data: do not create data cache when fetching single propertyJason Bedard2015-09-081-4/+2
* Build: put back "lint" command to the "dev" listOleg Gaidarenko2015-09-081-0/+1
* Data: Don't expose jQuery.acceptDataJason Bedard2015-09-084-18/+13
* Serialize: Fix object detectionMichał Gołębiowski2015-09-071-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-603/+786
* Event: Only check elements for delegation matchesRichard Gibson2015-08-101-1/+2
* Core: Don't expose jQuery.accessMichał Gołębiowski2015-08-031-1/+1
* Build: Add a comment explaining why the es3 option is neededMichał Gołębiowski2015-08-031-0/+3
* Data: remove user data in cleanDataJason Bedard2015-07-281-10/+15
* 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-2/+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
* Build: Acknowledge Android 2.3 is not ES5-compatibleMichał Gołębiowski2015-07-201-0/+3
* Selector: Define jQuery.uniqueSort in selector-native tooMarek Lewandowski2015-07-141-22/+24
* 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-071-9/+17
* Deferred: add .catch handlerTimmy Willison2015-07-061-0/+3
* CSS: Improve a comment explaining IE11 fullscreen bugMichał Gołębiowski2015-07-011-1/+2
* Effects: Adding unit tests for jQuery.AnimationCorey Frang2015-06-261-18/+26
* Effects: Add tests for jQuery.TweenCorey Frang2015-06-262-4/+7
* CSS: make the getStyles function more readableThomas Tortorini2015-06-251-3/+6