jQuery-MultiSelect
jQuery-MultiSelect copied to clipboard
Add support for templates in the selectedOptions parameter
Add support for templates in the selectedOptions parameter.
You can now use templates in the settings as follows:
$('.multiselect-element').multiselect({
texts: {
selectedOptions: 'Selected: #cnt#',
}
});