Checkboxes are not serialized if they are not checked.  Is that the
issue?  That is the normal, expected behavior.  If you absolutely must
have the unchecked checkbox in your serialized string then you can
pass false to fieldSerialize:  $('#DB .HSCO').fieldSerialize(false);
But be aware that a normal browser submit will not do that so it's not
recommended.

Mike


On 5/26/07, oscar esp <[EMAIL PROTECTED]> wrote:

Versions are the same: IE 7 v .97

If I 'debug' the object I have:

<INPUT class=HSFCO id=HSFCO_1 onclick=
\"comercialViewField(this.value,'1');\" type=checkbox CHECKED value=1
name=HSFCO_1 metaDone=\"true\">

or:

<INPUT class=HSFCO id=HSFCO_1 onclick=
\"comercialViewField(this.value,'1');\" type=checkbox value=0
name=HSFCO_1 metaDone=\"true\">

It has one diference is the checked.....

Reply via email to