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
$('#divId > input, #divId > select, #divId > textarea').serialize();