fonction d'appel jQuery chaque seconde

setInterval(function(){ 
    //this code runs every second 
}, 1000);
Grepper