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" <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 each one > individually? > > I can do it with a URL, but I want to use POST, not GET. > > Any suggestions?