开发者

Redirect a div id to other div id in a same page?

开发者 https://www.devze.com 2023-02-26 09:16 出处:网络
Someone Please help me in redirecting a user from one div id to other div id afte开发者_StackOverflowr the particular div id is enabled it should redirect after 3 seconds to other div idHTML

Someone Please help me in redirecting a user from one div id to other div id afte开发者_StackOverflowr the particular div id is enabled it should redirect after 3 seconds to other div id


HTML

<div id="a">a</div>
<div id="b">b</div>

JavaScript

window.location.hash = 'b';
0

精彩评论

暂无评论...
验证码 换一张
取 消