使用 JQuery UI Buttonset 制作的单选按钮的键盘控制
JQuery UI Buttons 插件似乎满足了我替换单选按钮的所有需求,除了我失去了键盘控制。有没有一种方法可以在不同组的单选按钮之间进行切换,并使用箭头键导航选择哪一个,就像普通的单选按钮一样?
此示例显示了一个 Buttonset() 以及常规单选按钮。我可以在常规单选按钮上使用键盘,但不能在按钮集上使用: http://jsbin.com/udowo3/2
我是否遗漏了什么,或者键盘控制不起作用与 UI 按钮集?
The JQuery UI Buttons plugin seems to meet all my needs for replacing radio buttons, except that I lose keyboard control. Is there a way to tab between different sets of radio buttons and use the arrow keys to navigate which one is selected, just like normal radio buttons?
This example shows a buttonset() along with regular radio buttons. I can use the keyboard on the regular radio buttons, but not with the buttonset:
http://jsbin.com/udowo3/2
Am I missing something, or does keyboard control just not work with UI buttonsets?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
奇怪的是,我以为支持键盘导航,但我猜不支持。有一个 ticket 来修复它。
但与此同时,如果您需要其他选择,您可以尝试这个插件:
Odd, I thought that keyboard navigation was supported, but I guess not. There is a ticket to fix it.
But in the mean time, if you need another option, you can try this plugin: