aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/attributes.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #12915, add propHook for scrip src property on oldIE. Close gh-1035.aFarkas2012-11-181-1/+4
* No ticket: speedup effects testsRichard Gibson2012-11-121-4/+2
* No ticket: update test suite to pass QUnit globals check in most environments...Richard Gibson2012-11-051-2/+5
* Fix #12840: remove undocumented parameter "pass" from .attr. Close gh-1017.Richard Gibson2012-11-051-78/+0
* Fix #10299. Add a propHook for oldIE link href.Dave Methvin2012-11-011-1/+3
* No ticket: remove test suite external dependenciesRichard Gibson2012-11-011-1/+1
* Implement expectation test instead of using _removeData. Close gh-997.Timo Tijhof2012-10-281-8/+6
* Fix #12411, .removeClass(undefined) is a chaining no-op. Close gh-913.Matthias Jäggli2012-10-211-0/+9
* Fix #12048. Set attributes for XML fragments. Close gh-965.Sai Wong2012-10-201-0/+11
* Fix attribute names in aliased form property test. Close gh-951.Jonathan Sampson2012-10-201-1/+1
* Convert all jQuery.removeData(foo, bar, true) calls to jQuery._remove(foo, bar)Rick Waldron2012-10-161-2/+2
* Enforce style guide in test/unit/attributes.js. Closes gh-985Erick Ruiz de Chavez2012-10-161-275/+365
* enforce double quotes via JSHint. Closes gh-975Mike Sherov2012-10-161-2/+2
* Fix #12583: Don't ignore disabled property of select-one, close gh-932.Richard Gibson2012-10-031-1/+7
* Since .getAttribute() returns strings, we should check for them.Dave Methvin2012-09-301-1/+1
* Fix #10943, tabindex not set properly on clone in IE7. Close gh-937.Mike Sherov2012-09-301-18/+23
* Fix #11547. toLowerCase not work good on XML attributes.Dave Methvin2012-07-111-14/+26
* Make unit tests friendly to Closure Compiler. Closes gh-845.Chad Killingsworth2012-07-051-29/+29
* Make removeClass smart enough to remove duplicates. Fixes #11923Rick Waldron2012-06-231-0/+10
* Unit tests are linted and passing.Rick Waldron2012-06-211-11/+19
* Some work to modularize ajax later on.jaubourg2012-06-111-13/+15
* Fix #11857. Modularize css.js, add dependency management. Closes gh-816.Mike Sherov2012-06-101-10/+15
* Modularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes #1...Mike Sherov2012-06-071-25/+36
* Fix busted tests that relied on width in 2nd param to jQuery(), dimensions st...Rick Waldron2012-06-051-7/+17
* Adjust the return type for the tabindex attribute tests to be a string. Recom...timmywil2012-05-301-13/+13
* Remove the tabindex attrHook. Fixes #8473timmywil2012-05-301-19/+19
* Add quick-start documentation for testing with QUnit and using jQuery's helpe...timmywil2012-05-291-2/+13
* Fix some stragglersYehuda Katz2012-04-151-14/+9
* Remove Ajax requirement for simple XML testsYehuda Katz2012-04-151-12/+7
* Fix 11547. XML and IE DOM can't be force-lowercase in removeAttr().Arne de Bree2012-04-101-0/+13