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
You don't have a jQuery refresh function, because this is JavaScript basics.
Try this: