JavaScript untuk mencegah posting metode dari realoading

$("#prospects_form").submit(function(e) {
    e.preventDefault();
});
Grumpy Gerenuk