回答編集履歴

1

追記

2017/05/29 12:10

投稿

root_jp
root_jp

スコア4666

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  var list = $("div.wibthList");
6
6
 
7
- list.children().last().prependTo(list);
7
+ list.children("img").last().prependTo(list);
8
8
 
9
9
  }
10
10