Add handler for form cleanup
This commit is contained in:
parent
978ff245d6
commit
855e063343
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue