Re: [jQuery] jQuery buggy in IE7

2006-10-01 Thread Dave Methvin
>> 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 prope

Re: [jQuery] jQuery buggy in IE7

2006-09-30 Thread John Resig
Have you tried it in IE 6? If I remember correctly, IE has issues changing input types from one type to another - someone can correct me on that if I'm mistaken. --John On 9/30/06, Joe <[EMAIL PROTECTED]> wrote: > > Has there been much testing with IE7 RC1? Some of the code I'm writing that > use

[jQuery] jQuery buggy in IE7

2006-09-30 Thread Joe
Has there been much testing with IE7 RC1? Some of the code I'm writing that uses a lot of slides, fades and cloning works fine simultaneously in FF1.5.0.7, Opera 9.0.2 and Safari 2.0.4 but breaks in IE7 RC1. I'm getting a "This command is not supported." in line 133. I'm not going to dump my sourc