[jQuery] Re: Gathering page elements when using .post()....

2009-02-13 Thread Dean C. Reed
The serialize appears to create a string for GET, I need name/value pairs - object1: object1value, object2: object2value etc. For constructing the URL, I can see how to use serialize but it won't work for post, I get the JS error "Invalid object initializer". Any ideas for using serializ

[jQuery] Re: Gathering page elements when using .post()....

2009-02-11 Thread James
Yes, there is a way: http://docs.jquery.com/Ajax/serialize http://docs.jquery.com/Ajax/serializeArray On Feb 11, 6:43 am, "webspee...@gmail.com" wrote: > Hey all. > > I need to gather the name/value of 25 elements. Is there a quick way > of doing this with .post() rather than manually setting ea