refresh html page every 5 sec code example Example: reload page jquery timer setTimeout(function(){ window.location.reload(1); }, 5000);