0
I have this code here, but it is always doing the page re-load.
script type="text/javascript">
function autoRefreshPage()
{
window.location = window.location.href;
setInterval('autoRefreshPage()', 10000);
}
I wanted when I click it to take 10 seconds to refresh the page.
Take a look: https://github.com/kidh0/jquery.idle
– JuniorNunes
Click where????
– DiegoSantos
@Juniornunes Why complicate if the code can be easily adapted to be correct?
– lazyFox