how to location reload 2 time code example Example: location reload after 2 seconds window.setTimeout(function(){location.reload()},3000)