Clean trailing whitespace from all files.
[jquery.git] / test / unit / attributes.js
2010-12-30 Colin SnoverClean trailing whitespace from all files.
2010-12-09 jeresigMerge branch 'attrFollowupFix' of https://github.com...
2010-12-09 jeresigMerge branch 'support_6897' of https://github.com/rwldr...
2010-12-07 Anton MFix attr() problems in IE with attribute nodes. Followu...
2010-12-06 John ResigMerge branch 'restrictAttr' of https://github.com/jitte...
2010-12-01 Anton MHandle carriage return characters in className property...
2010-11-13 Anton MMake sure attr() works on non DOM element nodes. Fixes...
2010-11-09 rwldrnSupport unit test for #6897
2010-11-09 Colin SnoverRemove conditional that prevents attr from working...
2010-10-19 Anton MUpdate number of expected assertions in attribute tests
2010-10-09 Colin SnoverCoerce all array values to strings before comparison...
2010-09-28 John ResigMake sure that ambiguous val() selection works correctly.
2010-09-28 John ResigMake .attr(name, null) equivalent to removeAttr(name...
2010-09-24 dmethvinMake .val(undefined) == .val("") and chainable; fixes...
2010-09-24 Dave MethvinDon't have .val() return selected-but-disabled options...
2010-09-22 John ResigFixed the number of expected class tests from a previou...
2010-08-26 John ResigTweaked anchor test to work better on Blackberry 4.7.
2010-08-23 John ResigSimplifying some of the .val() test code.
2010-07-28 jzaeffererReplace usage of the removed global reset() method...
2010-06-20 jeresigMade it so that you no longer need to build jQuery...
2010-03-23 jeresigMade it so that you no longer need to build jQuery...
2010-02-13 jeresigNo need to run trim on every class iteration in addClas...
2010-02-13 jeresigIf .attr() is run on no elements undefined should be...
2010-02-13 jeresigMake sure that no extra whitespace is leftover after...
2010-02-02 jeresigMake sure the resulting className from removeClass...
2010-01-07 jeresigAdded tests for attribute function setters.
2010-01-07 jeresigMoved the val() tests from manipulation into attributes.
2009-12-22 jeresigMake sure that selected works in Safari on options...
2009-12-19 jeresigTemporarily disabling test for bug #4299.
2009-12-18 jeresigDisabled the passthrough .attr(method_name) functionali...
2009-12-17 Karl Swedbergadded a couple missing semicolons and fixed a typo...
2009-12-17 jeresigFollow-up to 100ed686426b8b404b094b8c8086aefce715f91a...
2009-12-14 Batiste BielerEnforce that hasClass and removeClass work even with...
2009-12-10 John ResigRemoved .attr(removeClass) and .attr(each) tests as...
2009-12-10 Yehuda KatzFix up whitespace and a couple of glitches.
2009-12-10 Yehuda KatzAdd function values to addClass, removeClass, toggleCla...
2009-12-09 David PetersenHandle changing form attributes correctly when there...
2009-11-30 jeresigChanged the style attribute test to handle hex colors...
2009-09-15 Ariel Fleslerjquery attributes: closes #5234. attr() supports jQuery...
2009-09-09 Ariel Fleslerjquery core: Closes #5189. Added a generic function...
2009-09-08 John ResigRemoved jQuery.className.(has|remove|add) in favor...
2009-07-11 John ResigFixes regression in .attr(), patch by David Flanagan...
2009-05-16 Brandon Aaronunit tests for setting cellspacing, rowspan, and colspan
2009-05-02 Brandon Aaronmake sure toggleClass does not delete classNames when...
2009-05-02 Brandon AarontoggleClass can now toggle multiple classNames (space...
2009-04-20 John ResigAdded explicit module names to the new unit tests.
2009-03-22 Brandon Aaronmoving dimension related unit tests to dimensions test...
2009-03-22 Brandon Aarondecoupling styles retrieval from the attr method
2009-03-18 Brandon Aaronbreaking jquery out into smaller modules. added attribu...