On 04/12/06, Brian Miller <[EMAIL PROTECTED]> wrote:
> The "id" and "name" attributes must always be unique on a form.  It's
> breaking because you made them the same.  They *must* be different, even
> if they are on different forms.
>
> - Brian

Name doesn't have to be unique (how else would radio buttons or
checkbox groups work?), but id's do.

To get field values I do:

var fielddata = $("#form_id :input").serialize();

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to