如何将焦点设置到页面上的 slickgrid 控件以启用键盘导航?
我的 slickgrid 上的键盘导航效果很好,但是当页面加载时,用户必须单击网格才能获得向上和向下箭头来开始导航行,这达不到目的。如何将焦点设置到页面加载控件上?
我试过:
$('#id_of_container_div').focus();
$('.slick-row:first').focus();
没有骰子:/
Keyboard navigation on my slickgrid is working great, but when the page loads, the user has to click on the grid to get the up and down arrows to start navigating the rows, which defeats the purpose. How can I set focus to the control on page load?
I tried:
$('#id_of_container_div').focus();
$('.slick-row:first').focus();
No dice :/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
回答:
Answer: