这是一个水平的例子
<input data-val="true" data-val-required="The password and confirmation password:" id="InstanceID" name="MainSearchModel.InstanceID" placeholder="Enter instanceID..." type="text" value="" />
<input id="MainSearchModel_ServiceName" name="MainSearchModel.ServiceName" placeholder="Enter serviceName..." type="text" value="" />
我正在尝试验证表单,但是当我使用 bootstrap class="control-group" 和jQuery-Live-Form-Validation-For-Twitter-Bootstrap时,它会为错误描述创建空白空间,正如您在此处看到的那样添加类。
验证水平表格的最佳方法是什么?
如何使消息出现在文本框的底部而不是出现在文本框的右侧?
谢谢