码迷,mamicode.com
首页 > Web开发 > 详细

跳转前暂停几秒js如何实现

时间:2017-11-08 19:34:54      阅读:332      评论:0      收藏:0      [点我收藏+]

标签:add   top   alt   ott   ati   col   settime   images   location   

jquery如何实现跳转前暂停几秒

今天有个需求,类似答题的,需要显示结果后再跳转。

技术分享

此处直接通过settimeout实现。

代码如下:

url = ‘www.baidu.com‘;

setTimeout("location.href = ‘" + url + "‘",500);//500毫秒后跳转

就这样啦!

技术分享

文章来源:刘俊涛的博客

地址:http://www.cnblogs.com/lovebing

跳转前暂停几秒js如何实现

标签:add   top   alt   ott   ati   col   settime   images   location   

原文地址:http://www.cnblogs.com/lovebing/p/7805199.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!