Re: [jQuery] Serialization of form fields

2006-09-18 Thread Mike Alsup
This is what the form plugin is for. http://jquery.com/dev/svn/plugins/form/ On 9/18/06, Rey Bango [EMAIL PROTECTED] wrote: If I have 4 form fields like below and I wanted to serialize them in one big swoop instead of 1 by 1, how might I go about doing it? I know I can do this for the text

Re: [jQuery] Serialization of form fields

2006-09-18 Thread Rey Bango
Thanks Mike. I'll check that out. Rey... Mike Alsup wrote: This is what the form plugin is for. http://jquery.com/dev/svn/plugins/form/ On 9/18/06, Rey Bango [EMAIL PROTECTED] wrote: If I have 4 form fields like below and I wanted to serialize them in one big swoop instead of 1 by 1,

Re: [jQuery] Serialization of form fields

2006-09-18 Thread Rey Bango
Great solution Francisco. Worked like a charm. Rey... Francisco Brito wrote: I just do [EMAIL PROTECTED] Serialize will ignore anything that's not an input anyway. -Brito On 9/18/06, *Rey Bango* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: If I have 4 form fields like