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 的新手,问我是否可以显示一些模态但仍然可以访问一些 div。因为当我触发模态时,孔背景被冻结,我想要一个特定的 div 不被冻结。
尝试使用
$( "selector" ).dialog({ modal:false });
当您使用modal:true冻结的背景时。如果是假背景不冻结。
modal:true
尝试使用未覆盖您的 div 的选择器。