chris feldmann wrote:
To sum it up: "disabled" is one of the most screwed up attributes. Try to avoid it, if possible.I can't agree with this at all; it is often useful to disable and re-enable form elements. You can use the regular DOM function removeAttribute():
I am not against its use in form elements. It is useful indeed. But it is handled differently in different browsers mostly because of deficiency of the standard. That was my warning about.
Thanks, Eugene