aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tests: Account for array-like objects in jQuery.grepAurelio De Rosa2015-10-131-6/+73
* Tests: fix code style issuesOleg Gaidarenko2015-10-131-1/+1
* Core: Support Symbol wrapper objects in jQuery.typeChristian Grete2015-10-132-1/+14
* Ajax: don't expect cross-origin tests run in envs which not support itOleg Gaidarenko2015-10-131-31/+20
* Ajax: improve content-type detectionOleg Gaidarenko2015-10-124-5/+112
* Ajax: correct indentationOleg Gaidarenko2015-10-121-3/+3
* Event: fix incorrect testOleg Gaidarenko2015-10-122-8/+2
* Build: Fixed issue with base path that contain 'var'Martin Naumann2015-10-121-1/+1
* Tests:Docs: Fix various typosGary Ye2015-10-126-7/+7
* Event: Move .bind() and .delegate() to deprecatedDave Methvin2015-10-124-18/+63
* Tests: Add .extend test for defined accessor propertiesOleg Gaidarenko2015-10-121-0/+30
* Ajax: Mitigate possible XSS vulnerabilityOleg Gaidarenko2015-10-122-0/+55
* Docs: "npm run build" was missing from the contributing guidesRichard Kraaijenhagen2015-10-121-0/+6
* Tests: Use QUnit URL parameter parsingRichard Gibson2015-10-081-6/+3
* Tests: Add dummy modules when running basic testsRichard Gibson2015-10-081-13/+16
* 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
* Tests: Account for Edge in originalEvent UA-sniffsMichał Gołębiowski2015-09-141-6/+4
* Tests: Fix the expando-removal test failure in IE 8Michał Gołębiowski2015-09-141-1/+4
* Build: Remove a double empty line at the end of .travis.ymlMichał Gołębiowski2015-09-111-1/+0
* Build: Use double quotes in .travis.ymlMichał Gołębiowski2015-09-111-3/+4
* Build: Drop io.js testing, test on latest Node.jsMichał Gołębiowski2015-09-081-1/+1
* Tests: Provide equal() arguments in correct order (actual, expected)Richard Gibson2015-09-081-1/+1
* Data: test that delete is not used on DOM nodesJason Bedard2015-09-081-0/+24
* Manipulation: Switch rnoInnerhtml to a version more performant in IESean Henderson2015-09-081-1/+5
* Tests: Really fix tests in IE 8 this timeMichał Gołębiowski2015-09-082-2/+2