[jQuery] Gathering page elements when using .post()....
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?