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がカバーされていないセレクターを使用してみてください。