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.
実行時に要素との相互作用を操作して、要素を非表示にして「相互作用不可」にする必要があります.2番目を達成できるルールは「pointer-events: none」です
問題は、JS や jQuery から認識されないことです...なぜですか?
私は質問を理解していないと思いますが、(jQueryを使用して)
$( document.body ).css( 'pointer-events', 'none' );
ブラウザをサポートするために問題なく動作します(ポインタイベントを無視します)。ただし、要素を削除/非表示にした場合、それを非表示にすると、ポインタイベントも機能しなくなります。
display: none