$.ajax( { url: '/url/to/post/to', type: 'POST', dataType: 'html', data: $('form#form_id').formSerialize(), complete: jsFunctionToCallBack } );