JQuery Kirim Halaman Refresh Stop

$("#prospects_form").submit(function(e) {
    e.preventDefault(); // <==stop page refresh==>
});
7uc1f3r