質問編集履歴

2

ドメイン修正

2016/10/29 13:03

投稿

VerfolgungEin
VerfolgungEin

スコア147

test CHANGED
File without changes
test CHANGED
@@ -1,10 +1,10 @@
1
1
  ```html
2
2
 
3
- <img src="http://examplea.com">
3
+ <img id="a" src="http://example.com">
4
4
 
5
- <img src="http://exampleb.com">
5
+ <img id="b" src="http://example.com">
6
6
 
7
- <img src="http://examplec.com">
7
+ <img id="c" src="http://example.com">
8
8
 
9
9
  <input type="button" id="button">
10
10
 
@@ -18,7 +18,7 @@
18
18
 
19
19
  $("#button").click ->
20
20
 
21
- $("#pinput").val() //= <img src="http://examplea.com">
21
+ $("#pinput").val() //= <img id="a" src="http://example.com">
22
22
 
23
23
  ```
24
24
 

1

ドメインをexampleに修正

2016/10/29 13:03

投稿

VerfolgungEin
VerfolgungEin

スコア147

test CHANGED
File without changes
test CHANGED
@@ -1,10 +1,10 @@
1
1
  ```html
2
2
 
3
- <img src="http://*******a.com">
3
+ <img src="http://examplea.com">
4
4
 
5
- <img src="http://*******b.com">
5
+ <img src="http://exampleb.com">
6
6
 
7
- <img src="http://*******c.com">
7
+ <img src="http://examplec.com">
8
8
 
9
9
  <input type="button" id="button">
10
10
 
@@ -18,7 +18,7 @@
18
18
 
19
19
  $("#button").click ->
20
20
 
21
- $("#pinput").val() //= <img src="http://*******a.com">
21
+ $("#pinput").val() //= <img src="http://examplea.com">
22
22
 
23
23
  ```
24
24