HTML 元素:如何模拟按下“选项卡”?钥匙
我想触发与在具有焦点的元素上按 Tab 键相同的效果。有什么办法可以做到这一点吗?我试图让焦点跳到下一个元素。
谢谢!
(jQuery 是一个选项)
I want to trigger the same effect than when pressing the tab key on an element that has the focus. Is there any way of doing this? I am trying to make the focus jump to the next element.
Thanks!
(jQuery is an option)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
像这样(使用 jQuery):
Something like this (with jQuery):
不久前需要模拟选项卡功能,现在我已经 将其作为库发布,它使用 < a href="/questions/tagged/jquery" class="post-tag" title="显示标记为'jquery'的问题" rel="tag">jquery。
您可以在演示中查看它的工作原理。
Needed to emulate the tab functionality a while ago, and now I've released it as a library that uses jquery.
You can see how it works in the demo.