jQuery to serialize only elements within a div

Viewed 111552

I would like to get the same effect as jQuery.serialize() but I would like to return only the child elments of a given div.

Sample result :

single=Single2&multiple=Multiple&radio=radio1
8 Answers
Related