介紹:bootstrap-select是一款bootstrap下拉單選/多選的插件录煤,功能十分豐富。
GETTING START
1)下載源碼導(dǎo)入項(xiàng)目
源碼
2)標(biāo)簽?zāi)0?/p>
<select class="selectpicker">
<option>Mustard</option>
<option>Ketchup</option>
<option>Relish</option>
</select>
3)js腳本
$('.selectpicker').selectpicker({
style: 'btn-info',
size: 4
});
4)一些方法的使用
$('.selectpicker').selectpicker('val',['value','passed','here']);