10 & lt; /div & gt;& lt script & gtvar I = 0;setInterval(function(){I+= 10;$ (\"box\"). Html (1);}, 1000); //once a seco" />

Joke Collection Website - Blessing messages - Jq countdown, realize the change of digital content every hour.

Jq countdown, realize the change of digital content every hour.

& ltbody & gt

& ltdiv class="box " > 10 & lt; /div & gt;

& lt script & gt

var I = 0;

setInterval(function(){

I+= 10;

$ ("box"). Html (1);

}, 1000); //once a second

& lt/script & gt;

& lt/body & gt;

Note: It is executed once every second here. You can change the time if it is performed every hour.