📌  相关文章
📜  从我自己的 js 启用 bootrstrap Duellistbox - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:53.087000             🧑  作者: Mango

代码示例1
function enableDualListbox($select) {
      $select.bootstrapDualListbox({
          nonSelectedListLabel: 'Non-selected',
          selectedListLabel: 'Selected',
          preserveSelectionOnMove: 'moved',
          moveOnSelect: false
      });