]> source.dussan.org Git - jquery.git/commit
Fix #7472 and added test for #3113
authortimmywil <tim.willison@thisismedium.com>
Fri, 25 Mar 2011 04:35:50 +0000 (00:35 -0400)
committertimmywil <tim.willison@thisismedium.com>
Sun, 3 Apr 2011 23:13:39 +0000 (19:13 -0400)
commit102053abd84124b1a69606565bd8da82bc5d30e9
tree774240cc9446a8e735507fa43e5e036d7fd2f5ba
parent11cfdb23940b2c76e1104c82afc9552ac6f3dc19
Fix #7472 and added test for #3113

- Forms with an input that has either name="action" or name="some-other-attr-on-the-form" caused problems in IE6/7.  This is fixed.

- Changed check in $.attr for ret === null to typeof ret === "object" to catch any inputs that are accidentally retrieved in IE6/7, since attributes cannot be set to objects and typeof null === "object"
src/attributes.js
test/index.html
test/unit/attributes.js