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.
jQuery.serialize()
div
Sample
Try also this:
$('#divId').find('input').serialize()