You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

$(document).ready(function () { $('[id^="kontaktform"]').each(function(key, form) { $(form).validate(); }); $('#godkend').on('click', function(e) { e.preventDefault(); $('[id^="kontaktform"]').submit(); }); });


  • No labels