I want to use the bootstrap multi select plugin : Bootstrap Multiselect
but it is not working for me.
Try it like this:
jQuery('.mandator_select').multiselect({ enableHTML: true ,optionLabel: function(element) { return ' '+ $(element).text(); } ,selectAllText: 'Alle auswählen' ,nonSelectedText: 'Keins ausgewählt' ,nSelectedText: 'selektiert' ,allSelectedText: 'Alle ausgewählt' });
hecht IPS