回答編集履歴

1

修正

2016/02/25 08:04

投稿

root_jp
root_jp

スコア4666

test CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  ```javascript
4
4
 
5
- $(".MainImg img").prop("src",$(this).prop("href"));
5
+ $(".MainImg img").attr("src",$(this).prop("href"));
6
6
 
7
7
  ```