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

首頁 > 編程 > JavaScript > 正文

Bootstrap Validator 表單驗證

2019-11-20 09:25:22
字體:
來源:轉載
供稿:網友

在線演示地址:http://www.shouce.ren/study/api/s/jq--BootstrapValidator--index.html

使用方法,代碼如下所示:

1.<form id="defaultForm" method="post" class="form-horizontal" action="target.php"> 2. <div class="form-group"> 3. <label class="col-lg-3 control-label">用戶名</label> 4. <div class="col-lg-5"> 5. <input type="text" class="form-control" name="username" /> 6. </div> 7. </div> 8. 9. <div class="form-group"> 10. <label class="col-lg-3 control-label">郵箱</label> 11. <div class="col-lg-5"> 12. <input type="text" class="form-control" name="email" /> 13. </div> 14. </div> 15. 16. <div class="form-group"> 17. <label class="col-lg-3 control-label">生日</label> 18. <div class="col-lg-5"> 19. <input type="text" class="form-control" name="birthday" /> (YYYY/MM/DD) 20. </div> 21. </div> 22. 23. <div class="form-group"> 24. <div class="col-lg-9 col-lg-offset-3"> 25. <button type="submit" class="btn btn-primary" name="signup" value="Sign up">提交</button> 26. <button type="button" class="btn btn-info" id="validateBtn">自動驗證</button> 27. <button type="button" class="btn btn-info" id="resetBtn">重置表單</button> 28. </div> 29. </div> 30.</form>1.$('#defaultForm').bootstrapValidator({ 2. message: 'This value is not valid', 3. feedbackIcons: { 4. valid: 'glyphicon glyphicon-ok', 5. invalid: 'glyphicon glyphicon-remove', 6. validating: 'glyphicon glyphicon-refresh' 7. }, 8. fields: { 9. username: { 10. message: 'The username is not valid', 11. validators: { 12. notEmpty: { 13. message: 'The username is required and cannot be empty' 14. }, 15. stringLength: { 16. min: 6, 17. max: 30, 18. message: 'The username must be more than 6 and less than 30 characters long' 19. }, 20. regexp: { 21. regexp: /^[a-zA-Z0-9_/.]+$/, 22. message: 'The username can only consist of alphabetical, number, dot and underscore' 23. }, 24. remote: { 25. url: 'remote.php', 26. message: 'The username is not available' 27. }, 28. different: { 29. field: 'password', 30. message: 'The username and password cannot be the same as each other' 31. } 32. } 33. }, 34. email: { 35. validators: { 36. emailAddress: { 37. message: 'The input is not a valid email address' 38. } 39. } 40. }, 41. } 42.});

以上所述是小編給大家介紹的Bootstrap Validator 表單驗證的全部敘述,希望對大家有所幫助,如果大家想了解更多內容敬請關注武林網!

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 巫山县| 繁昌县| 江陵县| 东丰县| 扎赉特旗| 五原县| 湾仔区| 台北市| 绥滨县| 古丈县| 玛多县| 杭锦旗| 明溪县| 孝昌县| 靖西县| 九寨沟县| 嘉义县| 隆林| 通道| 黔江区| 扶绥县| 韶山市| 沾化县| 平定县| 读书| 平乐县| 宁陵县| 宁津县| 黄冈市| 灌云县| 留坝县| 卢氏县| 化德县| 治县。| 民乐县| 邯郸县| 富锦市| 松溪县| 新安县| 福清市| 上杭县|