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.
この問題に対する簡単な答えが見つかりませんでした…</p>
私はクリックイベントの中にいて、使用しています$(this)
$(this)
どのセレクターがあるかわからないまま、3 レベル上の要素を選択しようとしています。
$(this).parent().parent().parent().attr('id')
これは問題なく動作しますが、これを行うためのより良い方法はありますか?
似ているかparent(3x)、似ているか?
parent(3x)
試すこともできます。
$(this).parents(':eq(2)'); //and then get ID