Refresh (reload) a page once using jQuery?

前端 未结 14 1817
眼角桃花
眼角桃花 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:40

    Add this to the top of your file and the site will refresh every 30 seconds.

    
    

    Another one is: Add in the head tag

    
    

提交回复
热议问题