Klaus Hartl schrieb:
>> But I really wanted readonly. This didn't work:
>> $("span.readonly input").attr("readonly", true);
>>
>> But these did. Note the camelCase:
>> $("span.readonly input").attr("readOnly", true);
>>
>>
>> $("span.readonly input").each(function() {
>> this.readOnly = true;
>> });
>>
>
> I think that is one for the attributes fix list?
>
ie: readonly: "readOnly"?
-- Jörn
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/