【笔记】BootstrapMultiselect学习笔记
前言
Bootstrap Multiselect is a JQuery based plugin to provide an intuitive user interface for using select inputs with the multiple attribute present. Instead of a select a bootstrap button will be shown w dropdown menu containing the single options as checkboxes.(Github)
通过davidstutz/bootstrap-multiselect实现多选下拉列表