I wanted all of the things done in the start function erased on the webpage and i done it by refreshing the page(it was the simplest way to me). ... <看更多>
$(function() {. var auto_refresh = setInterval(. function(){. console.log(Math.random());. },. 1000. ); }); Sign up for free to join this conversation on ... ... <看更多>