simply .attr("disabled", "")
I am wondering in the old days when without jQuery I used to do disable
using true or false like:
button.disabled  = true;
However with jQuery it seems like I cant do $("button").attr("disabled",
true).
is setting the disabled attribute to "disabled" the correct/standard way to
do disabling?
and how about readonly?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to