]> source.dussan.org Git - jquery.git/commit
Full test suite now passes in all browsers! There are probably some tweaks we can...
authortimmywil <tim.willison@thisismedium.com>
Sun, 13 Mar 2011 19:44:51 +0000 (15:44 -0400)
committertimmywil <tim.willison@thisismedium.com>
Sun, 3 Apr 2011 23:13:39 +0000 (19:13 -0400)
commit9f88fa9165e73b879d0c955fdf81fdd681d2d192
treec089ef96813e9200d7fc609bb8408842bd0b8b19
parent8cd30c62d813af68ccd91cc41adf43b8907f41cf
Full test suite now passes in all browsers! There are probably some tweaks we can make to shorten and simplify.

- removeAttr now only uses setAttribute if camelCase setAttribute is not supported

  + Might want to rename jQuery.support.getSetAttribute

- tabIndex is a special case now for hooks where undefined should be returned.

  + Should we be checking if hooks returns undefined?  undefined might be the desired return value in future hooks.
    As of now, tabIndex is the only one that needs it, but the test suite will still pass if we don't check if hooks are undefined.
src/attributes.js
src/support.js