I made a page to sample data in real time, and I need to update in real time after 3 minutes.
I tried this code:
$(function() {
setTimeout(function(){ location.reload(); }, 180000);
});
No results.
I do not know if I need to use...
asked by
25.01.2017 / 20:01