aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/attributes.js
Commit message (Expand)AuthorAgeFilesLines
* Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature"Timmy Willison2016-01-071-1/+24
* Revert "Misc: Drop support for older browsers; update support comments"Timmy Willison2016-01-061-6/+11
* Build: code style fixes after all those revertsOleg Gaidarenko2015-12-221-3/+3
* Revert "Attributes: do not set properties to false when removing booleans"Oleg Gaidarenko2015-12-221-1/+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-261-2/+4
* Tests: Post-Summit cleanupRichard Gibson2015-10-251-1/+1
* Attributes: fix tabIndex on <img> in IE11Joelle Fleurantin2015-10-251-0/+7
* Attributes: Use simpler boolean check vs a function callDave Methvin2015-10-251-1/+5
* Attributes: Remove undocumented .toggleClass( boolean ) signatureDave Methvin2015-10-251-24/+1
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-081-2/+2
* Tests: Partially use new qunit interfaceOleg Gaidarenko2015-09-071-493/+493
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-612/+613
* Tests: don't use deprecated argument in test declarationOleg Gaidarenko2015-07-301-2/+5
* Attributes: don't test SVG CSS-class manipulation in IE8Oleg Gaidarenko2015-05-191-0/+12
* Attributes: add SVG class manipulationTimmy Willison2015-05-121-0/+28
* Attributes: revert returning null for non-existant attributesTimmy Willison2015-03-301-47/+38
* Attributes: revert returning null for non-elementsTimmy Willison2015-03-161-1/+1
* Attributes: fix failing test for new return valueTimmy Willison2015-03-161-2/+11
* Attributes: return null when attribute does not existWinston Howes2015-03-161-38/+38
* Attributes: Simplify the option val hook; backport a test from masterMichał Gołębiowski2014-12-081-0/+5
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-081-6/+1
* Tests: Minor updates for QUnit 1.16 compatibilityRichard Gibson2014-12-051-1/+1
* Tests: Correct logic of a broken assertionOleg Gaidarenko2014-04-151-2/+3
* Attributes: Trim whitespace from option text when returned as a valueJohn Hoven2014-03-201-0/+13
* Tests: Fix code style issuesOleg2014-01-161-4/+4
* Attrs: Restore ability to pass array to jQuery#valOleg2014-01-161-2/+7
* Attrs: Fix valHook for option elementOleg2014-01-161-0/+9
* Tests: Avoid use of QUnit.reset() in tests by splitting themcjqed2014-01-031-9/+14
* Add tests for class manipulation on jQuery object containing more than one el...Michał Gołębiowski2013-10-251-0/+43
* No ticket: Hide the testing-support jQuery from testsRichard Gibson2013-09-031-1/+1
* Fix for custom attr handles duck-punching the boolean attr handleTimmy Willison2013-08-281-0/+14
* Fix #13835: classes separated by form feedRichard Gibson2013-05-131-0/+20
* Update jshintrc to conform to new style guide. Conform to onevar and unused i...Timmy Willison2013-04-091-61/+76
* Adjust the return value of the tabIndex propHook to match the spec. Fixes #13...Oleg Gaidarenko2013-04-081-4/+9
* Update grunt-contrib-jshint to 0.3.0, ref gh-1204.Michał Gołębiowski2013-04-031-4/+4
* Fix #13514: Set selectedIndex to -1 when non-matching value is set on a selec...ruado19872013-03-221-0/+16
* Fix typos. Close gh-1186.dmitrygusev2013-02-281-2/+2
* No ticket: Revise unit tests in anticipation of Sizzle-free buildsRichard Gibson2013-02-221-1/+1
* Fix #12656. Make event shorthands excludable.Dave Methvin2013-01-271-1/+1
* Fixes #13088: under IE8, $(selector).attr('style') always return lowercase st...Mike Sherov2012-12-311-2/+5
* let .attr(checked|selected, true) update the propertyRichard Gibson2012-12-161-2/+9
* Fix #11115: Normalize boolean attributes/properties. Close gh-1066.Richard Gibson2012-12-151-58/+50
* Fix #12600: don't use value property in place of value attribute. Close gh-1063.Richard Gibson2012-12-141-8/+10
* Fix #9646. Cloned nodes shouldn't affect original in IE7. Close gh-947.Oleg2012-12-131-0/+24
* Missed a var declaration in aad235b3251494afe71fd5bb6031e11965af9bdb.Dave Methvin2012-12-111-1/+1
* Fix #13011. Let 'type' attribute be set if the browser allows.Dave Methvin2012-12-111-9/+5
* Test: Update index.html to new QUnit format. Close gh-1061.Timo Tijhof2012-12-101-6/+6
* Fix #12957. Simplify wrapMap, it doesn't need end tags. Close gh-1044.Oleg2012-11-271-5/+2
* Don't let removeClass create attributesRichard Gibson2012-11-271-21/+19