Serialize dan Kirim Data Formulir JQuery Ajax

$.ajax({
    type : 'POST',
    url : 'url',
    data : $('#form').serialize()
}
Better Bison