Skip to content

Instantly share code, notes, and snippets.

@nickciolpan
Created September 28, 2018 10:26
Show Gist options
  • Save nickciolpan/3cb0d11bf89097277a0675cbc47867b6 to your computer and use it in GitHub Desktop.
Save nickciolpan/3cb0d11bf89097277a0675cbc47867b6 to your computer and use it in GitHub Desktop.
<!-- Initializes with default settings -->
<select class="js-multiselect">
<option />
</select>
<!-- With options (Unspecified options will fallback to default) -->
<select class="js-multiselect"
data-include-select-all-option="true"
data-all-selected-text="All">
<option />
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment