[Solved] refresh the page + go to another anchor in the same time
OK, sorted. It can be done by using an image: <img class=”mainm” src=”https://stackoverflow.com/questions/25425845/img.png” /> and jquery <script> $(‘.mainm’).click(function(){ window.location = ‘index.html’; }); </script> solved refresh the page + go to another anchor in the same time