aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/attributes.js
Commit message (Expand)AuthorAgeFilesLines
...
* Normalize css property names to lowercase for comparisons on a .attr('style')...timmywil2011-04-031-2/+2
* Found a problem removing the style attribute in IEtimmywil2011-04-031-4/+9
* #5413 - Much shorter solution for getting width/height in ie6timmywil2011-04-031-1/+5
* - Added a hook to swap display none for width and height in browsers that do ...timmywil2011-04-031-4/+8
* Add style attribute support tests to $.attrtimmywil2011-04-031-2/+5
* Fix issue where non-existant attributes on forms in IE6/7 were throwing errorstimmywil2011-04-031-4/+5
* Add test for bug #3116timmywil2011-04-031-4/+12
* Add test for bug#3685, remove added html and add dynamicly to avoid global te...timmywil2011-04-031-1/+6
* Fix #6562, tighten up the special code for form objects, add name attrHook fo...timmywil2011-04-031-15/+23
* Fix #7472 and added test for #3113timmywil2011-04-031-3/+5
* Test descriptiontimmywil2011-04-031-1/+1
* Restored 6 tests that I had commented to come back to later to split up betwe...timmywil2011-04-031-21/+24
* Style edits according to comments from John and rwaldron.timmywil2011-04-031-0/+25
* Continuing IE7 testing, conditional attr fixes and hooks with feature testing...timmywil2011-04-031-1/+1
* Now passes in IE8, changed around $.hasAttr and switched the attrHook for sel...timmywil2011-04-031-29/+5
* Make the new attr/prop changes pass the test suite (in Webkit). There are st...timmywil2011-04-031-88/+93
* Make sure .val() works after form.reset() in IE. Fixes #2551.rwldrn2011-02-101-0/+19
* Update unit tests with a leak detection mechanism for the various jQuery glob...Colin Snover2011-01-091-1/+1
* Change the way jQuery.data works so that there is no longer a chance of colli...Colin Snover2011-01-091-6/+4
* Clean trailing whitespace from all files.Colin Snover2010-12-301-33/+33
* Merge branch 'attrFollowupFix' of https://github.com/jitter/jquery into jitte...jeresig2010-12-091-4/+4
|\
| * Fix attr() problems in IE with attribute nodes. Followup to commit b50f41a2.Anton M2010-12-071-4/+4
* | Merge branch 'support_6897' of https://github.com/rwldrn/jquery into rwldrn-s...jeresig2010-12-091-0/+25
|\ \ | |/ |/|
| * Support unit test for #6897rwldrn2010-11-091-0/+25
* | 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