bootstrap-select-1.12.4使用笔记

介绍:bootstrap-select是一款bootstrap下拉单选/多选的插件,功能十分丰富。

GETTING START

1)下载源码导入项目

bootstrap-select-1.12.4使用笔记_第1张图片
源码

2)标签模板


3)js脚本

$('.selectpicker').selectpicker({
  style: 'btn-info',
  size: 4
});

4)一些方法的使用

$('.selectpicker').selectpicker('val',['value','passed','here']);

你可能感兴趣的:(bootstrap-select-1.12.4使用笔记)