Files
zurawik.pl/Static/script/validate/extras.sendContactIndex.js
2026-05-15 18:33:51 +02:00

8 lines
175 B
JavaScript

$(document).ready(function() {
$('._sendContactIndex').each(function() {
$(this).click(function() {
$('#sendContactFormIndex').submit();
return false;
})
});
});