Add handler for form cleanup

This commit is contained in:
Marc 2015-12-24 20:49:34 -05:00
parent 978ff245d6
commit 855e063343

View file

@ -20,6 +20,7 @@ $contactForm.submit(function(e) {
console.log("Sending."); console.log("Sending.");
}, },
success: function(data) { success: function(data) {
$('#contactme').trigger("reset");
$("#contact-popup").fadeIn(); $("#contact-popup").fadeIn();
}, },
error: function(err) { error: function(err) {