Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前,jQuery UI 选项卡容器具有键盘控制,可以通过左右键在选项卡之间切换,但只有在单击选项卡后才会启用。有没有办法随意显式启用和禁用小部件的键盘控制?
我相信你可以通过在启动时关注标签容器
$("#myTabContainer").focus(); // or if you need to have focus on a tab $("#myFirstTab").focus();
但不要一遍又一遍地重置焦点,否则用户无法输入任何文本字段或单击滚动网站