回答編集履歴
1
追記
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
|
```
|