基于Bootstrap表單驗證功能
來源:懂視網(wǎng)
責(zé)編:小采
時間:2020-11-27 22:25:21
基于Bootstrap表單驗證功能
基于Bootstrap表單驗證功能:基于Bootstrap表單驗證,供大家參考,具體內(nèi)容如下 GitHub地址:https://github.com/chentangchun/FormValidate 使用方式: 1.CSS樣式 .valierror { border-color: red !important; } .tooltip.right .toolt
導(dǎo)讀基于Bootstrap表單驗證功能:基于Bootstrap表單驗證,供大家參考,具體內(nèi)容如下 GitHub地址:https://github.com/chentangchun/FormValidate 使用方式: 1.CSS樣式 .valierror { border-color: red !important; } .tooltip.right .toolt
基于Bootstrap表單驗證,供大家參考,具體內(nèi)容如下
GitHub地址:https://github.com/chentangchun/FormValidate

使用方式:
1.CSS樣式
.valierror {
border-color: red !important;
}
.tooltip.right .tooltip-arrow {
border-right-color: #d15b47;
}
.tooltip-inner {
background-color: #d15b47;
}
<form id="form">
<input type="text" class="form-control" name="Phone" data-
<input type="text" class="form-control" name="Name" data-
valiType="required">
</form>
<script>
var $form = $("#form");
var isVali = $form.FormValidate();
</script>
聲明:本網(wǎng)頁內(nèi)容旨在傳播知識,若有侵權(quán)等問題請及時與本網(wǎng)聯(lián)系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com
基于Bootstrap表單驗證功能
基于Bootstrap表單驗證功能:基于Bootstrap表單驗證,供大家參考,具體內(nèi)容如下 GitHub地址:https://github.com/chentangchun/FormValidate 使用方式: 1.CSS樣式 .valierror { border-color: red !important; } .tooltip.right .toolt