質問するログイン新規登録

回答編集履歴

1

追記

2017/05/29 12:10

投稿

root_jp
root_jp

スコア4666

answer CHANGED
@@ -1,7 +1,7 @@
1
1
  ```JavaScript
2
2
  function RightButtonClick(){
3
3
  var list = $("div.wibthList");
4
- list.children().last().prependTo(list);
4
+ list.children("img").last().prependTo(list);
5
5
  }
6
6
 
7
7
  ```