return show_alert_and_focus(input_name, wrongNumberFormat);
}
var test_val = input_name.value;
return show_alert_and_focus(input_name, wrongNumberFormat);
}
var test_val = input_name.value;
if(thpoint && thpoint == '.'){
test_val = test_val.replace(/\./g, '');
}
if(thpoint && thpoint == '.'){
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; }