> 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?

The latest SVN version can do it with .attr({"disabled", false}) or
.attr("disabled","") but some older versions had a bug that prevented it
from working. Since you're using .set() instead of .attr() that bug may be
present. There also seems to be a strange bug in Firefox 1.5, not related to
jQuery, that will disable the button but not show it grayed out.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to