: 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
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
>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
>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
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
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
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
7 matches
Mail list logo