摘要:
//开启验证 $('#saveadmin_form').data('bootstrapValidator').validate(); //是否通过校验 if(!$('#saveadmin_form').data('bootstrapValidator').isValid()){ //没有通过校验 } 阅读全文
摘要:
加上这句话试试 $(".chosen-container").css("width","100%"); 或者 100%改成 100px试试 阅读全文
摘要:
<div class="table-responsive"> <table class="table text-nowrap"> <thead> <tr> <th> ... </th> .... </tr> </thead> <tbody> <tr> <td> ... </td> .... </tr 阅读全文