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.
円で DOM をトラバースする方法はありますか? リストの最後に到達すると、最初に戻るということですか?
これはうまくいきませんが、うまくいけば私が達成したい効果を説明する例です:
<ul> <li></li> <li></li> <li></li> <li class="four"></li> </ul> $('li.four').next().addClass('one');