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.
使用 JQueryUI 模态对话框时,关闭按钮会自动聚焦,引导通过 jquery 工具提示显示的标题。我不希望模态中的任何内容都被关注。我曾尝试在模态窗口的标题上添加点击触发器,但似乎没有效果。
有人对此有解决方案吗?
您可以尝试在模态显示后触发关闭按钮上的模糊事件。
前任:
$('close-button-selector-here').blur();