setInterval(myMethod, 5000); function myMethod( ) { //this will repeat every 5 seconds //you can reset counter here }