you need to serialize all the inputs inside your container, not the actual container itself. so:
$('div :input').serialize()
you need to serialize all the inputs inside your container, not the actual container itself. so:
$('div :input').serialize()