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.
これを試して:
$('div.dtNode:has(a.nodeSel)').addClass("newClass");
これにより、「newClass」という名前のクラスが「dtNode」クラスのdivに追加され、「nodeSel」クラスの「a」タグが含まれます。
divの最終的なhtmlは次のようになります:...........。
これはあなたが探しているものですか?