SashaKolbasov
4/10/2016 - 9:40 PM

Form Reset

Form Reset

$('form').submit(function() {
    $(this).trigger("reset"); 
});