$("#prospects_form").submit(function(e) {
e.preventDefault(); // <==stop page refresh==>
});
<script>
if ( window.history.replaceState ) {
window.history.replaceState( null, null, window.location.href );
}
</script>