aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/attributes.js
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'restrictAttr' of https://github.com/jitter/jquery into jitter-r...John Resig2010-12-061-3/+48
|\ \
| * | Make sure attr() works on non DOM element nodes. Fixes #7202, #7451, #7500.Anton M2010-11-131-3/+48
| |/
* / Handle carriage return characters in className property. Fixes #7673.Anton M2010-12-011-4/+8
|/
* Remove conditional that prevents attr from working on non-Element nodes. Fixe...Colin Snover2010-11-091-1/+3
* Update number of expected assertions in attribute testsAnton M2010-10-191-2/+2
* Coerce all array values to strings before comparison in val(). Fixes bug #7123.Colin Snover2010-10-081-1/+13
* Make sure that ambiguous val() selection works correctly.John Resig2010-09-281-1/+9
* Make .attr(name, null) equivalent to removeAttr(name). (Was roughly this befo...John Resig2010-09-281-1/+6
* Make .val(undefined) == .val("") and chainable; fixes #4130.dmethvin2010-09-251-1/+7
* Don't have .val() return selected-but-disabled options, or selected options i...Dave Methvin2010-09-241-1/+9
* Fixed the number of expected class tests from a previous commit. Thanks to @b...John Resig2010-09-221-2/+2
* Tweaked anchor test to work better on Blackberry 4.7.John Resig2010-08-261-1/+2
* Simplifying some of the .val() test code.John Resig2010-08-231-4/+1
* Replace usage of the removed global reset() method with QUnit.reset().jzaefferer2010-07-281-5/+5
* Made it so that you no longer need to build jQuery in order to run the test s...jeresig2010-03-231-4/+8
* No need to run trim on every class iteration in addClass, thanks for the head...jeresig2010-02-131-1/+5
* If .attr() is run on no elements undefined should be returned (as should be t...jeresig2010-02-131-1/+4
* Make sure that no extra whitespace is leftover after an addClass. Fixes #6050.jeresig2010-02-131-1/+10
* Make sure the resulting className from removeClass is nicely trimmed. Fixes #...jeresig2010-02-011-1/+12
* Added tests for attribute function setters.jeresig2010-01-071-9/+141
* Moved the val() tests from manipulation into attributes.jeresig2010-01-071-0/+86
* Make sure that selected works in Safari on options in optgroups. Fixes #5701.jeresig2009-12-221-1/+7
* Temporarily disabling test for bug #4299.jeresig2009-12-181-2/+3
* Disabled the passthrough .attr(method_name) functionality. You can now use it...jeresig2009-12-181-6/+6
* added a couple missing semicolons and fixed a typo in the commentsKarl Swedberg2009-12-181-3/+3
* Follow-up to 100ed686426b8b404b094b8c8086aefce715f91a, forgot to remove one o...jeresig2009-12-171-4/+1
* Enforce that hasClass and removeClass work even with tabs and endlines in cla...Batiste Bieler2009-12-141-7/+21
* Removed .attr(removeClass) and .attr(each) tests as they don't really make se...John Resig2009-12-101-10/+1
* Fix up whitespace and a couple of glitches.Yehuda Katz2009-12-091-10/+10
* Add function values to addClass, removeClass, toggleClass, text, and removeAttrYehuda Katz2009-12-091-19/+54
* Handle changing form attributes correctly when there is a child element with ...David Petersen2009-12-091-1/+2
* Changed the style attribute test to handle hex colors (as that's what Opera r...jeresig2009-11-301-1/+1
* jquery attributes: closes #5234. attr() supports jQuery.fn methods.Ariel Flesler2009-09-151-2/+46
* jquery core: Closes #5189. Added a generic function to handle getting/setting...Ariel Flesler2009-09-091-0/+3
* Removed jQuery.className.(has|remove|add) in favor of .addClass/removeClass/h...John Resig2009-09-081-10/+17
* Fixes regression in .attr(), patch by David Flanagan. Fixes #4884.John Resig2009-07-111-3/+6
* unit tests for setting cellspacing, rowspan, and colspanBrandon Aaron2009-05-161-1/+10
* make sure toggleClass does not delete classNames when forcefully removing cla...Brandon Aaron2009-05-021-8/+14
* toggleClass can now toggle multiple classNames (space seperated list) and tog...Brandon Aaron2009-05-021-17/+46
* Added explicit module names to the new unit tests.John Resig2009-04-201-1/+3
* moving dimension related unit tests to dimensions test moduleBrandon Aaron2009-03-221-56/+0
* decoupling styles retrieval from the attr methodBrandon Aaron2009-03-221-83/+0
* breaking jquery out into smaller modules. added attributes.js, manipulation.j...Brandon Aaron2009-03-181-0/+458