Delay automatic url redirect with jquery?

后端 未结 4 1595
自闭症患者
自闭症患者 2020-12-28 13:25

I need a transition page that will display for 2 seconds before automatically redirecting to the home page. How do I do this? I can\'t seem to get delay to work for me.

4条回答
  •  萌比男神i
    2020-12-28 13:59

    Would the delay() function not work for you? Vanilla JavaScript with setTimeout() would work equally well.

    Hint: Suggesting actual code is kind of hard when you do not show your current code.

提交回复
热议问题