if(decpoint && decpoint == ','){
test_val = test_val.replace(/,/g, '.');
}
if(decpoint && decpoint == ','){
test_val = test_val.replace(/,/g, '.');
}
if (forbidden && forbidden.length > 0 ){
return show_alert_and_focus(input_name, wrongNumberFormat);
if (forbidden && forbidden.length > 0 ){
return show_alert_and_focus(input_name, wrongNumberFormat);
$('input').focus(function(){
if (focussable(this)) window.focused_element = this;
});
// legacy. sone forms install these
if (typeof fokus == 'function') { fokus(); return; }
$('input').focus(function(){
if (focussable(this)) window.focused_element = this;
});
// legacy. sone forms install these
if (typeof fokus == 'function') { fokus(); return; }