> $("span.readonly input").attr("disabled", "disabled");
Does this work?
$("span.readonly input").attr("disabled", true);
The XHTML attribute is disabled="disabled" but the Javascript property is
boolean.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
