update
This commit is contained in:
8
Static/script/validate/extras.sendCalc.js
Normal file
8
Static/script/validate/extras.sendCalc.js
Normal file
@@ -0,0 +1,8 @@
|
||||
$(document).ready(function() {
|
||||
$('._sendContact').each(function() {
|
||||
$(this).click(function() {
|
||||
$('#sendContactForm').submit();
|
||||
return false;
|
||||
})
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user