質問編集履歴

1

ご指摘ありがとう御座います!

2017/03/21 14:31

投稿

ozaki566
ozaki566

スコア29

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  var no = $(this).attr('no');
20
20
 
21
- $.get("http://hoge.com/",{ p: no });
21
+ $.get("http://example.com/",{ p: no });
22
22
 
23
23
  console.log('送った番号 : %s', no);
24
24