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.
iframe にないすべての div タグを選択する必要があります。そのためにどのセレクターを書くことができますか?次のようなものが必要です:$("div:not(in iframe)")
$("div:not(in iframe)")
を使用するだけ$("div")です。
$("div")
内の要素は、とにかくiframe到達できない別のドキュメントになります。$()
iframe
$()