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.
ページ上をスライドするスライダーを作成しようとしています。スライダーのスクロールが終了したら、:first要素を切り取って、の後に追加します:last。これはどのように行われますか。
:first
:last
$("#container :first").insertAfter("#container :last")
とても簡単です:)
insertAfter