Newbie question: 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" functionalities. Please note: ''replace('' is not allowed due to third-party restrictions. Thanks in advance! --Pete
feedback
|
|
EDIT: Alright, i think i got what you're asking for, try this
If it is once, then just do
If it is periodically
So, every 5 seconds the div #div-id content will refresh. Better than refreshing the whole page. | |||||||||||
feedback
|
| |||||
feedback
|
|
To reload you can try this..
| |||||||
feedback
|
This is the correct syntax.
| ||||
|
feedback
|
|
You don't have jQuery refresh function because this is JS basic. Try this:
| |||
feedback
|