View on GitHub

popup-multiselect

A popup with options. Allows multi select. Based on Bootstrap. Now upgraded to Bootstrap 4.

Events

Download this project as a .zip file Download this project as a tar.gz file
Event Description
show.bs.multiselect Fires before the options are shown. Use e.preventDefault() to stop behaviour.
shown.bs.multiselect Fires after the options are shown.
hide.bs.multiselect Fires before the options are hidden. Use e.preventDefault() to stop behaviour.
hidden.bs.multiselect Fires after the options are hidden.
enabled.bs.multiselect Fires when the widget is enabled.
disabled.bs.multiselect Fires when the widget is disabled.
selected.bs.multiselect Fires before a selection occurs. Use e.preventDefault() to stop behaviour.
selectiondone.bs.multiselect Fires after a selection has been reflected throughout the UI elements.
deselected.bs.multiselect Fires before a deselection occurs. Use e.preventDefault() to stop behaviour.
deselectiondone.bs.multiselect Fires after a deselection has been reflected throughout the UI elements.
addingoption.bs.multiselect Fires before a new option is added. Use e.preventDefault() to stop behaviour.
optionadded.bs.multiselect Fires after a new option has been added.