
Bootstrap
加了白糖的老干妈
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
BootstrapTable 获取选择行数据
BootstrapTable 获取选择行数据BootstrapTable 获取选择行数据 开启选择 增加选择列$("#costTable").bootstrapTable({ url: "/pemProductFoundCostpay/getPageList", method: "post", contentType: "app原创 2017-11-07 19:06:43 · 37872 阅读 · 0 评论 -
BootstrapValidator 自定义表单校验
BootstrapValidator 自定义表单校验 BootstrapValidator 自定义表单校验 前台校验 updateMessage 后台交互服务端校验前台校验/** * callback **/ inadvanceAmount: { validators: { notEmpty: {mess原创 2017-12-27 18:02:21 · 24740 阅读 · 0 评论 -
Bootstrap-select 使用问题
Bootstrap-select Bootstrap-select bootstrap-select 搜索,动态加载数据 bootstrap-select js设置选中 Bootstrap-select 官方API bootstrap-select 搜索,动态加载数据 1.开启搜索 <!-- data-live-search="true" --> ...原创 2018-03-05 18:01:53 · 18637 阅读 · 0 评论 -
BootstrapValidator delay属性无效不管用
remote delay 无效,频繁请求后台校验 assetId: { validators: { notEmpty: {message: '编号不能为空'}, remote: { message: '编号已存在', delay:2000, //这里特别要说明,必须要加此属性,否则用户输入一个字就会访问后台一...原创 2018-06-29 10:13:59 · 18162 阅读 · 0 评论