Can someone help me with what is the best away to make a div reload? for example a div with a timer.
Exemple:
<div id="clock"> 00:00:00 </div>
And i need that to reload every 1s like
<div id="clock"> 00:00:00 </div>
<div id="clock"> 00:00:01 </div>
<div id="clock"> 00:00:02 </div>
<div id="clock"> 00:00:03 </div>