Oops!

I guess I jumped the gun a little, thanks for clearing that up.  I
actually knew that, but I responded without thinking it through...

- Brian


> 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
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to