aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Ajax: remove deprecated extensions from ajax promise"Oleg Gaidarenko2015-12-221-4/+6
* Revert "Deferred: Backwards-compatible standards interoperability"Oleg Gaidarenko2015-12-226-890/+293
* Revert "Data: do not include digits when camelCasing"Oleg Gaidarenko2015-12-223-37/+16
* CSS: remove revert artefactOleg Gaidarenko2015-12-221-2/+0
* Revert "Data: always camelCase keys in .data()"Oleg Gaidarenko2015-12-222-215/+112
* Revert "Data: camelCasing should not ignore case"Oleg Gaidarenko2015-12-222-20/+1
* Revert "Offset: Fix .offset() to correctly work with ShadowDOM"Oleg Gaidarenko2015-12-222-39/+11
* Revert "Offset: remove ownerDocument check in offset getter"Oleg Gaidarenko2015-12-222-10/+18
* Revert "Offset: allow offset setter to throw for disconnected elements"Oleg Gaidarenko2015-12-222-2/+10
* Build: Temprary disable jscs checksOleg Gaidarenko2015-12-221-1/+1
* Revert "CSS: Ignore the CSS cascade in show()/hide()/etc."Oleg Gaidarenko2015-12-2210-1341/+1352
* Revert "Core: remove custom ready event"Oleg Gaidarenko2015-12-222-25/+35
* Revert "Event: remove deprecated event aliases"Oleg Gaidarenko2015-12-222-3/+10
* Revert "Ajax: Remove remnants of the load event alias handling"Oleg Gaidarenko2015-12-221-2/+11
* Revert "Deferred: add .catch handler"Oleg Gaidarenko2015-12-222-40/+0
* Revert "CSS: Make .css("width") & .css("height") return fractional values"Oleg Gaidarenko2015-12-226-120/+30
* Revert "Effects: Remove additional parameters of easings"Oleg Gaidarenko2015-12-222-7/+14
* Revert "CSS: Make show/hide/toggle methods a module"Oleg Gaidarenko2015-12-228-85/+66
* Revert "Core: make isNumeric limited to strings and numbers"Oleg Gaidarenko2015-12-222-7/+7
* Revert "Attributes: do not set properties to false when removing booleans"Oleg Gaidarenko2015-12-222-2/+19
* Tests: Make regexes for iOS devices more rigidMichał Gołębiowski2015-10-301-3/+3
* Tests: Remove Safari 7.0 & iOS 6 support tests resultsMichał Gołębiowski2015-10-301-35/+1
* Tests: Add iOS 9 support tests resultsMichał Gołębiowski2015-10-301-0/+34
* Build: Test on Node 5Michał Gołębiowski2015-10-301-0/+1
* Attributes: remove flakey test for selected attributeTimmy Willison2015-10-261-3/+1
* Attributes: do not set properties to false when removing booleansTimmy Willison2015-10-262-20/+5
* Tests: Post-Summit cleanupRichard Gibson2015-10-251-1/+1
* Core: make isNumeric limited to strings and numbersTimmy Willison2015-10-252-7/+7
* Attributes: fix tabIndex on <img> in IE11Joelle Fleurantin2015-10-251-0/+7
* 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
* Tests: Change quotes according to style guidelinesJulian Alexander Murillo2015-10-259-18/+18
* Event: Fix delegated radio events when arrow keys are usedDave Methvin2015-10-252-3/+37
* Attributes: removeClass() -> attr("class", "")Thomas Tortorini2015-10-251-24/+22
* Attributes: Use simpler boolean check vs a function callDave Methvin2015-10-252-6/+7
* Attributes: Remove undocumented .toggleClass( boolean ) signatureDave Methvin2015-10-252-76/+22
* CSS: Make show/hide/toggle methods a moduleDave Methvin2015-10-258-66/+83
* Deprecated: fix amd mode for the deprecated moduleTimmy Willison2015-10-252-1/+4
* Tests: Keep test iframes around for assertionsRichard Gibson2015-10-251-1/+1
* Core: make isNumeric test work on SymbolLiza Ramo2015-10-252-1/+9
* Build: update Sizzle to 2.2.1Oleg Gaidarenko2015-10-254-12/+12
* Ajax: Don't let onreadystatechange preempt exceptions from xhr.sendRichard Gibson2015-10-231-2/+6
* Tests: Use standard external domain nameRichard Gibson2015-10-231-1/+1
* Ajax: Catch synchronous readystatechange eventsRichard Gibson2015-10-231-6/+8
* CSS: Protect against getBoundingClientRect exceptionsRichard Gibson2015-10-201-6/+15
* Build: Add "deprecated" to the Testswarm module listDave Methvin2015-10-201-0/+1
* Tests: Add Safari 9 support tests resultsMichał Gołębiowski2015-10-181-0/+34
* Offset: allow small differences in offset.topJoelle Fleurantin2015-10-181-1/+3
* Core: add unit test for isPlainObject(Symbol)Liza Ramo2015-10-181-0/+9
* CSS: Correct misrepresentation of "auto" horizontal margins as 0Richard Gibson2015-10-186-37/+95