Refresh (reload) a page once using jQuery?

前端 未结 14 1862
眼角桃花
眼角桃花 2020-11-30 22:34

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

14条回答
  •  孤街浪徒
    2020-11-30 22:42

    You don't have a jQuery refresh function, because this is JavaScript basics.

    Try this:

    
    

提交回复
热议问题