do smthing every 20 secs js code example Example: jquery call function every second setInterval(function(){ //this code runs every second }, 1000);