亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

bootstrap-select怎么設置默認全選

bootstrap-select怎么設置默認全選

慕哥9229398 2018-07-09 09:09:21
bootstrap-select怎么設置默認全選
查看完整描述

1 回答

?
函數式編程

TA貢獻1807條經驗 獲得超9個贊

<!DOCTYPE html><html><head> <title>jQuery bootstrap-select可搜索多選下拉列表插件</title> <script src="../js/jquery-1.11.3.js"></script> <script type="text/javascript" src="../js/bootstrap-select.js"></script> <link rel="stylesheet" type="text/css" href="../css/bootstrap-select.css"/> <link href="../css/dist/css/bootstrap.css" rel="stylesheet"/> <script src="../css/dist/js/bootstrap.js"></script> <script type="text/javascript"> $(document).ready(function () { $('.selectpicker').selectpicker({ 'selectedText': 'cat', header: 'Select a condiment', 'noneSelectedText': '請選擇', 'deselectAllText': '全不選', 'selectAllText': '全選' }); }); </script></head><body><select class="selectpicker" multiple data-live-search="true" data-actions-box="true"> <option>name</option> <option>addr</option> <option>email</option> <option selected>phone</option> <option>tel</option></select></body></html>

查看完整回答
反對 回復 2018-08-24
  • 1 回答
  • 0 關注
  • 4023 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號