Files
aktualia.com.pl/_rejestracja/Static/script/validate/extras.sendContactIndex.js
2026-04-24 15:32:21 +02:00

8 lines
175 B
JavaScript

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