[jQuery] Quick way to package form elements?

[jQuery] Quick way to package form elements?


Hi,
What's the quickest way you know of to gather parameters and values in
a form and put them into a string
param1=value1&param2=value2 ...
and so on. Not sure if this affects the question, but I have radio
buttons and checkboxes in my form.
Thanks for any insights, - Dave