Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アイテムの複数選択にブートストラップ セレクト ( https://developer.snapappointments.com/bootstrap-select/ .) を使用しています。ページロード時にアイテムを選択する方法を知りたいです。
jQuery の使用:
$('.selectpicker').selectpicker('val', ['Ketchup','Relish']);
この選択で機能します:
<div class="container"> <select class="selectpicker" multiple> <option>Mustard</option> <option>Ketchup</option> <option>Relish</option> </select> </div>
http://www.bootply.com/64070