ローカル Web サイトで bValidator プラグインを使用していますが、フォーム検証の最後の部分で行き詰まっています。
ドロップダウン リストのオプションを検証しようとしていますが、なぜかうまくいきません。これを機能させるための回避策がおそらくあります。よろしくお願いします。
<br /><br /><br />
<input type="text" data-bvalidator="required" data-bvalidator-msg="message" name="some" id="some" />
<br />
<br />
<select id="branche_select" data-bvalidator="required">
<option value="selecteer">Select your branche</option>
<option value="Marketing">Branche A</option>
<option value="Marketing">Branche B</option>
</select>
<input type="submit" value="submit" name="submit"/>
ありがとう