回答編集履歴
1
質問の変更に合わせて変更
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
```js
|
2
2
|
|
3
|
-
var inputVal = document.getElementById("
|
3
|
+
var inputVal = document.getElementById("InputId"); //←
|
4
4
|
|
5
5
|
if (inputVal.value == "") { //←
|
6
6
|
|