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 对话框,然后从该对话框打开一个花式框弹出窗口。 我按下 Esc 按钮并期望只关闭fancybox 弹出窗口,但这也会关闭jQuery 对话框。 如何防止这种行为?
尝试这个
$( ".selector" ).dialog({ closeOnEscape: false });