国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

bootstrapValidator自定驗證方法寫法

2019-11-19 18:44:27
字體:
來源:轉載
供稿:網友

本文實例為大家分享了bootstrapValidator自定驗證方法寫法,供大家參考,具體內容如下

//表單驗證issueInvoiceForm.validation = function(){ $('#issueInvoiceForm').on('init.field.bv', function(e, data) {    var $icon   = data.element.data('bv.icon'),      options  = data.bv.getOptions(),           // Entire options      validators = data.bv.getOptions(data.field).validators; // The field validators    if (validators.notEmpty && options.feedbackIcons && options.feedbackIcons.required) {     $icon.addClass(options.feedbackIcons.required).show();    }  }).bootstrapValidator({    container:'popover', feedbackIcons: {  required: 'glyphicon glyphicon-asterisk requiredStar',      valid: 'glyphicon glyphicon-ok',      invalid: 'glyphicon glyphicon-remove',      validating: 'glyphicon glyphicon-refresh'    },    fields: {     invoiceDate:{validators: {notEmpty: {message: '開票日期不能為空'}}},//開票日期     code:{validators: {notEmpty: {message: '發票編碼不能為空'}}},     amount:{     validators:{      notEmpty: {message: '發票金額不能為空'},      numeric: {message: '發票金額只能輸入數字'},      callback: {             message: '開票金額小于選中金額',             callback: function(value, validator) {              return false;             }           }     }     },     taxRate:{     validators:{      notEmpty: {message: '稅率不能為空'},      numeric: {message: '稅率只能輸入數字'}     }     },     taxAmount:{     validators:{      notEmpty: {message: '稅額不能為空'},      numeric: {message: '稅額只能輸入數字'}     }     },    },group:'.validateDiv' }).on('success.form.bv', issueInvoiceForm.issueInvoiceFormBtn).on('error.form.bv',function(){  $("#issueInvoiceFormBtn").removeAttr("disabled");//將保存按鈕去除disabled   $(".has-error:visible:first").find(":input").focus();  });};

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持武林網。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 宝清县| 石嘴山市| 合山市| 梁河县| 读书| 突泉县| 海林市| 靖江市| 洪洞县| 兰州市| 江都市| 泽库县| 兰西县| 丹寨县| 华容县| 屯门区| 西畴县| 宜君县| 武穴市| 阳江市| 保康县| 房产| 莒南县| 札达县| 安乡县| 长寿区| 沙洋县| 炎陵县| 昭觉县| 阜南县| 色达县| 个旧市| 曲松县| 鸡西市| 土默特右旗| 三门峡市| 布尔津县| 凤凰县| 伊宁县| 瑞丽市| 泸定县|