var forbidden = test_val.match(/[^\s\d\(\)\-\+\*\/\.]/g);
if (forbidden && forbidden.length > 0 ){
return show_alert_and_focus(input_name, wrongNumberFormat);
var forbidden = test_val.match(/[^\s\d\(\)\-\+\*\/\.]/g);
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; }