]> source.dussan.org Git - jquery.git/commit
Found a problem removing the style attribute in IE
authortimmywil <tim.willison@thisismedium.com>
Sun, 3 Apr 2011 22:18:32 +0000 (18:18 -0400)
committertimmywil <tim.willison@thisismedium.com>
Sun, 3 Apr 2011 23:13:41 +0000 (19:13 -0400)
commitad2b3bc9f908a8e529c4479c8c9baead23c2d827
treea5bcf0f8f782983daaeaeeb3891f6752742278f6
parent2a8a2b61488e7857b116bedc9eb75bd971772c2f
Found a problem removing the style attribute in IE

- Style is now a special case in IE6/7 to set cssText.  My goal is to avoid calling attr again for the performance benefit, and at this point it would also cause an infinite loop for the boolean attributes hooks such as selected & checked.  Nevertheless, style seems to be the only one requiring a special call.
src/attributes.js
test/unit/attributes.js