reload page jquery timer

JavaScript
setTimeout(function(){
   window.location.reload(1);
}, 5000);
Source

Also in JavaScript: