I haven\'t found a concrete answer as to whether this is possible, but it seems like it should be...
I would like to serialize all the input elements contained in a
this also works with
$('div :input').serializeArray()
:)