JQuery Formular Validierung
function submitFunction(event){
event.preventDefault();
}
$("#form_id").submit(submitFunction);
Poseidon
function submitFunction(event){
event.preventDefault();
}
$("#form_id").submit(submitFunction);
1
1
1
1
function(e) {
return "undefined" != typeof S && S.event.triggered !== e.type ? S.event.dispatch.apply(t, arguments) : void 0
}