>> var btnCancel =
>> $(cloned).find("input.frmSpace").clone().attr("type","button").
>> val(langHash["cancel"]).insertAfter(btnSubmit);
> If I remember correctly, IE has issues changing input
> types from one type to another
Yep.
"Remarks: As of Microsoft Internet Explorer 5, the type property is
read/write-once, but only when an input element is created with the
createElement method and before it is added to the document."
http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/type_7.
asp
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/