国产探花免费观看_亚洲丰满少妇自慰呻吟_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();  });};

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

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 富裕县| 赣榆县| 桑日县| 梅州市| 江达县| 施秉县| 苍梧县| 含山县| 栾川县| 巴塘县| 阜康市| 肃宁县| 仁布县| 乐业县| 美姑县| 武乡县| 榆林市| 西林县| 新源县| 云龙县| 平阳县| 綦江县| 镇安县| 平昌县| 双牌县| 张掖市| 沧州市| 介休市| 东乌| 定兴县| 将乐县| 万盛区| 温宿县| 盐源县| 廊坊市| 清涧县| 丰县| 保亭| 平塘县| 新民市| 洪雅县|