[jQuery] Re: Weird IE6 issue...

2007-06-13 Thread Dan G. Switzer, II
: Weird IE6 issue... You can wrap that code in an if statement looking for ie6. On 6/12/07, Dan G. Switzer, II <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: >To make the issue below more clear, I've posted an example of the issue: > >http://www.peng

[jQuery] Re: Weird IE6 issue...

2007-06-12 Thread Benjamin Sterling
You can wrap that code in an if statement looking for ie6. On 6/12/07, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote: >To make the issue below more clear, I've posted an example of the issue: > >http://www.pengoworks.com/workshop/jquery/ie6_form_fragment_bug.htm > >If you run this code in FF or

[jQuery] Re: Weird IE6 issue...

2007-06-12 Thread Dan G. Switzer, II
>To make the issue below more clear, I've posted an example of the issue: > >http://www.pengoworks.com/workshop/jquery/ie6_form_fragment_bug.htm > >If you run this code in FF or IE7, the checkbox will be checked. However, >in >IE6 the checkbox is not checked--even though as you can see the DOM >fr

[jQuery] Re: Weird IE6 issue...

2007-06-12 Thread Dan G. Switzer, II
>That is what I was getting ready to say myself, I replaced your function >with: > > >function (){ >this.checked = true; >$("body").append(oDom.html ()); >} > >and it returns the "checked" box, and looking at the textarea and

[jQuery] Re: Weird IE6 issue...

2007-06-12 Thread Benjamin Sterling
document, the checkbox does get checked in IE6. -Dan >-Original Message- >From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On >Behalf Of Dan G. Switzer, II >Sent: Tuesday, June 12, 2007 2:18 PM >To: jquery-en@googlegroups.com >Subject: [jQuery] Re: Weird IE6 issue

[jQuery] Re: Weird IE6 issue...

2007-06-12 Thread Dan G. Switzer, II
PM >To: jquery-en@googlegroups.com >Subject: [jQuery] Re: Weird IE6 issue... > > >To make the issue below more clear, I've posted an example of the issue: > >http://www.pengoworks.com/workshop/jquery/ie6_form_fragment_bug.htm > >If you run this code in FF or IE7, the checkbox w

[jQuery] Re: Weird IE6 issue...

2007-06-12 Thread Dan G. Switzer, II
To make the issue below more clear, I've posted an example of the issue: http://www.pengoworks.com/workshop/jquery/ie6_form_fragment_bug.htm If you run this code in FF or IE7, the checkbox will be checked. However, in IE6 the checkbox is not checked--even though as you can see the DOM fragment t