You don't even need jQuery or HTML5 for this:
setTimeout(location.reload.bind(location), 60000);location.reload function, which is a built-in function to refresh the page. 
 
 
 
 
 
 
 
0 Comments