I am currently building a website to host software. What I want is to add to the project pages is a slideshow of screenshots cycling, changing images about every 5 seconds.
It Changes the date time in a div and time changes frequently after 1 sec.
setInterval(function(){ var date=new Date(); $('.class').html(date); },1000);