[jQuery] Re: form pluggin bug?

2007-05-26 Thread Mike Alsup
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

[jQuery] Re: form pluggin bug?

2007-05-25 Thread Mike Alsup
What browser is this happening on? And what version of the form plugin? It works fine for me on FF2 and IE7 using the latest form plugin (.97). This is what I tried: htmlhead script type=text/javascript src=jquery-1.1.2.js/script script type=text/javascript src=jquery.form.js/script script