[jQuery] Re: serialize array question for dynamic form

2009-03-03 Thread Matt Critchlow
Wow... can't believe i didn't try that. thanks! On Mar 2, 4:22 pm, mkmanning wrote: > You need a 'name' attribute on your inputs. > > On Mar 2, 3:56 pm, Matt wrote: > > > Hi, > > > If i create a dynamic form(requirement for a project) serializeArray() > > or serialize() doesn't seem to work. Is

[jQuery] Re: serialize array question for dynamic form

2009-03-02 Thread mkmanning
You need a 'name' attribute on your inputs. On Mar 2, 3:56 pm, Matt wrote: > Hi, > > If i create a dynamic form(requirement for a project) serializeArray() > or serialize() doesn't seem to work. Is there any reason why this is? > > Here's a simple example. neither function returns anything. > >