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 (cf. onload event) and not negatively affecting back button or bookmark functionality.
Please, note: replace() is not allowed due to third-party restrictions.