]> source.dussan.org Git - jquery.git/commit
Make the new attr/prop changes pass the test suite (in Webkit). There are still...
authortimmywil <tim.willison@thisismedium.com>
Tue, 8 Mar 2011 17:07:05 +0000 (12:07 -0500)
committertimmywil <tim.willison@thisismedium.com>
Sun, 3 Apr 2011 23:13:38 +0000 (19:13 -0400)
commitde79e8c7e0d1d2243447d59c70a9058eabf56bc3
tree78ff590709491ef205de6e44dd202592e57444ee
parentab4e300919c5b3335e6d6c99ce9b1c314d116f19
Make the new attr/prop changes pass the test suite (in Webkit).  There are still errors in IE.

+ Added hooks for selected, checked, readonly, disabled to removeAttr if set to falsey

+ Removed all attrs from attrFix, these aren't needed for setAttribute

+ If prop is used for class, do we want a propFix for class?

  - We could just assume the user should know to use className with prop.  I've done the latter for now.

+ Created tests for $.fn.prop and $.fn.removeProp

  - Actually all I did was change broken attr tests to prop where it made sense.
src/attributes.js
src/manipulation.js
test/unit/attributes.js
test/unit/manipulation.js