HTML结构:
<div class="user_register border_y">
<div>
<span style="color:green;"> after two seconds then auto redirect </span><br><br>
<a href="http://example.com/down/test.html">if you don't want to wait you can click this。</a></div></div>
我想使用jquery来获取:两秒钟后自动重定向到a
标签页。我该怎么做?
6条答案
按热度按时间ugmeyewa1#
您甚至不需要jQuery;香草JS会很好用...
联森:
getElementsByClassName
并不是在所有浏览器中都能正常工作;因此请确保提供了fallbackyebdmbv42#
使用
setTimeout
:iqjalb3h3#
为什么使用JavaScript?
sg3maiej4#
下面是根据您的描述编写的简单脚本:
演示:http://jsfiddle.net/KesU9/
5ssjco0h5#
在body OnLoad上使用此简单代码
ubby3x7f6#
使用JavaScript进行重定向。例如:
在body选项卡后添加此代码