[jQuery] set enabled/disabled

[jQuery] set enabled/disabled

I'm trying to disable some buttons as long as there are missing
values in the form and I don't want to simply hide them, first from a
usability point of view and second because of the design of the page.
To disable the buttons i use $("#myid").set({disabled:"disabled"});
This part works perfectly fine, but how do I remove the "disabled"
tag again from "#myid" to enable it?
p.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/