Answers for "how to make form submit not refresh page js"

PHP
0

prevent re submit form on refresh javascript

<script>
    if ( window.history.replaceState ) {
        window.history.replaceState( null, null, window.location.href );
    }
</script>
Posted by: Guest on January-05-2021

Code answers related to "how to make form submit not refresh page js"

Browse Popular Code Answers by Language