JavaScript -Anruffunktion jede Sekunde
setInterval(function(){
//this code runs every second
}, 1000);
Grepper
setInterval(function(){
//this code runs every second
}, 1000);
setInterval(function(){
//this code runs every second
}, 1000);