您的位置:首页 > Web前端 > BootStrap

bootstrap,select

2015-08-18 16:33 585 查看
http://silviomoreto.github.io/bootstrap-select/

Usage:
--Create your <select> with the .selectpicker class.

--Enable Bootstrap-Select via JavaScript:$('.selectpicker').selectpicker();
--$('.selectpicker').selectpicker({
      style: 'btn-info',
      size: 4
  });

Options can be passed via data attributes or JavaScript. For data attributes, append the option name to data-, as in data-style="".
-- container
-- countSelectedText
-- dropupAuto
-- header
-- hideDisabled
-- mobile
-- selectedTextFormat
-- size
-- showSubtext 
-- showIcon
-- showContent
-- style
-- title
-- width
-- maxOptions 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息