> Also notice that .innerHTML (and thus jQuery's .html() method) doesn't
> always return the live checked state. In IE it tracks any dynamic changes to
> the script, but in Firefox it only reflects the initial state from the
> source. You can see the form text by putting this into the URL:
>
> javascript:alert(document.getElementsByTagName("form")[0].innerHTML)That's just weird. I've never seen a bug like that before. Although, even Firebug doesn't display the checked state so it must be a global thing. --John _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
