質問編集履歴
1
ご指摘ありがとう御座います!
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
$(function () {
|
9
9
|
$("#test a").click(function() {
|
10
10
|
var no = $(this).attr('no');
|
11
|
-
$.get("http://
|
11
|
+
$.get("http://example.com/",{ p: no });
|
12
12
|
console.log('送った番号 : %s', no);
|
13
13
|
});
|
14
14
|
});
|