質問編集履歴
1
再修正しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
<textarea id="text">これはテストです</textarea>
|
12
12
|
|
13
|
-
<button onclick ="
|
13
|
+
<button onclick ="postTxt()" id="add-btn">登録</button>
|
14
14
|
|
15
15
|
|
16
16
|
|
@@ -38,7 +38,7 @@
|
|
38
38
|
|
39
39
|
//HTML書き込む
|
40
40
|
|
41
|
-
function
|
41
|
+
function postTxt () {
|
42
42
|
|
43
43
|
if (text.value == 0) {
|
44
44
|
|
@@ -60,8 +60,6 @@
|
|
60
60
|
|
61
61
|
}
|
62
62
|
|
63
|
-
|
64
|
-
|
65
63
|
</script>
|
66
64
|
|
67
65
|
</body>
|