Monday, March 30, 2009

[jQuery] Re: Enable a disabled button by id


On Mar 30, 2009, at 4:44 PM, Thierry wrote:

jQuery("#click_me:button").attr("disabled", "false");


jQuery("#click_me:button").removeAttr("disabled");

Regards,
-- 
Martijn.

No comments: