mochi / mochikit

MochiKit makes JavaScript suck less

Home Page:http://mochi.github.io/mochikit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOM: updateNodeAttributes, "checked" and "disabled" support

blq opened this issue · comments

Seems like the "checked" and "disabled" attributes need to be detected and set explicitly as elem.checked = true/false, not via setAttribute.

// Fredrik Blomqvist

Could you check this with the latest 1.5 sources? I thought I fixed it here:

http://github.com/mochi/mochikit/commit/c4fdbf82f25601b1f7184628de70d7965e444df8

Yes, the 1.5 version seems to work! (tested with latest FF, Chrome, Safari and IE.)