I\'m wondering how to refresh/reload a page (or even specific div) once(!) using jQuery?
Ideally in a way right after the DOM structure is available (c
DOM structure
To reload, you can try this:
window.location.reload(true);