Skip to content

Instantly share code, notes, and snippets.

@nickciolpan
Created September 28, 2018 10:32
Show Gist options
  • Save nickciolpan/59f9a348a46bdb201e60f78caf9fd581 to your computer and use it in GitHub Desktop.
Save nickciolpan/59f9a348a46bdb201e60f78caf9fd581 to your computer and use it in GitHub Desktop.
$('.multiSelectOne').multiselect({
buttonClass: 'btn btn-default',
buttonWidth: '100%',
...
});
$('.multiSelectTwo').multiselect({
buttonClass: 'btn btn-default',
buttonWidth: '100%',
nonSelectedText: '---',
...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment