私はフォームを持っており、入力フィールドをループして空白であるかどうかをチェックしたいが、どのようにループを作るのか分からない。私は空白部分を確認する方法を知っている。私はループの助けが必要です。ここに私のフォームは次のとおりです。フォームの要素をJavascriptでループする方法は?
<form method="POST" action="submit.php">
<input type="text" value="1">
<input type="text" value="2">
<input type="text" value="">
<input type="text" value="4">
<input type="text" value="45">
<input type="text" value="5">
<input type="text" value="6">
<input type="text" value="1">
<input type="text" value="3">
<input type="text" value="6">
<input type="text" value="5">
<button type="submit">Submit</button>
</form>
あなたがHTMLで見ることができるように、_these_フォームフィールドが別の名前を持っていないyourFormElement.getElementsByTagName –
@DanDascalescuを試してみてください。したがって、それは重複していません。 – peterh