我在我的本地网站上使用 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"/>
谢谢