how to reload the page every five seconds js code example Example: reload page jquery timer setTimeout(function(){ window.location.reload(1); }, 5000);