loot for every 1 sec till 5 sec javascript code example
Example: jquery call function every second
setInterval(function(){
//this code runs every second
}, 1000);
setInterval(function(){
//this code runs every second
}, 1000);