试图实现bootstrap 3.2输入验证

时间:2014-12-02 15:20:11

标签: jquery html5 twitter-bootstrap

我只是尝试显示所需输入字段的错误消息。

尝试在网上搜索后,我似乎找不到如何使用它的明确案例。

星号似乎表示它是必填字段,但点击提交按钮后,不会显示任何错误消息。

我在Twitter Bootstrap 3.2中使用HTML5

我该如何做到这一点?

这是我的HTML:

<div class="modal-body">
                                                        <div class='form-group'>
                                                            <span class="label label-default col-sm-7 col-sm-offset-2">Enter the reason and comments to stop the Shipping Request</span>
                                                            <br />
                                                            <label class="col-sm-1 control-label" for="txtStatusComments">Status Comments:</label>
                                                            <div class="required col-sm-9 col-sm-offset-1">
                                                                <textarea id="txtSPStatusComments" rows="5" cols="80" class="form-control height-auto" data-val="true" data-val-required="You must supply comments if Accepting!"></textarea>
                                                            </div>
                                                            <div class="hide-text">
                                                                <input type="hidden" id="txtStopGridID" />
                                                            </div>
                                                        </div>
                                                    </div>

0 个答案:

没有答案