Bootstrap-select 多选下拉框实现

项目中要实现多选,选择了 bootstrap-select 插件。

官网链接:http://silviomoreto.github.io/bootstrap-select/.

实例代码




    Bootstrap-select 多选下拉框实现
    
    
    
    
    



    

重点:

  • 获取值
$('#fruits').val();
  • 回显操作
$('#fruits').selectpicker('val', 数组);
页面效果
Bootstrap-select 多选下拉框实现_第1张图片
Bootstrap-select 多选下拉框实现_第2张图片

你可能感兴趣的:(Bootstrap-select 多选下拉框实现)