> Using `setAttribute` can be tricky, as "IE doesn't propagate changes
> made via `setAttribute` to the visual display of an element" [1]
> (except for `className` and `style`.
> 
> So, if we can identify _all_ the buggy attributes --as `value` seems
> to be, the special cases could be added in the same way the other
> fixes are (`innerHTML` et al.)

After all, "disabled", "checked" and "readonly" are candidates too, as 
well as "frameBorder" for iframes (in IE).


-- Klaus

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to