html - Link to reload current page - Stack Overflow Is it possible to have a normal link pointing to the current location? I have currently found 2 solutions, but one of them includes JavaScript and in the other you have to know the absolute path t
Chrome Dev Tools - Modify javascript and reload Is it possible to modify the JavaScript of a page and then reload the page without reloading the modified JavaScript file (and thus losing modifications)?
Button that refreshes the page on click - Stack Overflow 13 I noticed that all the answers here use inline onClick handlers It's generally recommended to keep HTML and Javascript separate Here's an answer that adds a click event listener directly to the button When it's clicked, it calls location reload which causes the page to reload with the current URL
Refresh image with a new one at the same url - Stack Overflow I like the idea of method 4, but you can't load external content with an Iframe, can you? I'm currently using method 3 in a single-page web app, but I don't like the fact that you have to reload the whole page to get the new image, even if the template's HTML gets reloaded