项目中心引入了select2的插件。优势:可以多选、搜索,缺点:存取值不如select方便。 select2 取值: select2赋值: ...
分类:
其他好文 时间:
2017-12-01 23:32:13
阅读次数:
309
一、界面主题adminlte 1、链接:https://adminlte.io/themes/AdminLTE/index2.html 2、概述 该主题集合了许多小插件,包括chart.js、select2、datatable 二、chart使用方法 1、链接:http://www.bootcss. ...
分类:
Web程序 时间:
2017-11-25 14:23:11
阅读次数:
167
在select2中,要想设置指定值为选中状态并显示: 或者 ...
分类:
其他好文 时间:
2017-11-07 11:13:12
阅读次数:
137
今天在做angular的项目的时候,因为需要用到ui-select2所以引入了bootstrap.js,然后bootstrap.js需要jquery1.9版本以上,于是索性换了个2版本的,结果之前的dialog失效不说,还出现Cannot read property 'msie' of undefi ...
分类:
Web程序 时间:
2017-10-23 20:01:46
阅读次数:
328
JS组件Bootstrap Select2使用方法详解 作者:懒得安分 字体:[增加 减小] 类型:转载 时间:2016-01-26 我要评论 JS组件Bootstrap Select2使用方法详解 作者:懒得安分 字体:[增加 减小] 类型:转载 时间:2016-01-26 我要评论 这篇文章主要 ...
分类:
Web程序 时间:
2017-10-19 16:02:20
阅读次数:
273
在modal使用begin的时候指定options选项的tabindex为false 2017-09-30 参考:http://www.manks.top/yii2_modal_gridview_update.html ...
分类:
其他好文 时间:
2017-09-30 13:36:24
阅读次数:
156
1、弹框居中显示 上下居中 需要上下居中引用 bootstrap-modalmanager.js 左右居中 修改 bootstrap-modal.js 中 this.$element.css('margin-left', ''); 改为 this.$element.css('margin-left' ...
分类:
其他好文 时间:
2017-09-20 23:10:45
阅读次数:
200
doc 博客: 基于Metronic的Bootstrap开发框架经验总结(3)--下拉列表Select2插件的使用 ...
分类:
其他好文 时间:
2017-09-11 13:40:11
阅读次数:
130
清空BootstrapFrom表单 document.getElementById("savForm").reset(); 如有select2下拉列 需初始化 $("#displaytype").val("").select2(); select2赋值 $("#displaytype").val(" ...
分类:
其他好文 时间:
2017-09-08 13:20:21
阅读次数:
179
1、List<Product> ProductList = ViewBag.ProductList as List<Product>; 2、样式 <link href="~/Content/assets/global/plugins/select2/css/select2.min.css" rel= ...
分类:
其他好文 时间:
2017-09-07 13:38:07
阅读次数:
214