Kelvin
0
Q:

submit() refreshes the page

$("#prospects_form").submit(function(e) {
    e.preventDefault();
});
1
<form onsubmit="return false;">Form stuff in here</form>
0

New to Communities?

Join the community