Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

enable bootrstrap duellistbox from my own js

 function enableDualListbox($select) {
      $select.bootstrapDualListbox({
          nonSelectedListLabel: 'Non-selected',
          selectedListLabel: 'Selected',
          preserveSelectionOnMove: 'moved',
          moveOnSelect: false
      });
Source by www.virtuosoft.eu #
 
PREVIOUS NEXT
Tagged: #enable #bootrstrap #duellistbox #js
ADD COMMENT
Topic
Name
9+7 =