da
Results
1
comments of
da
This is what worked for me. Add into the jquery.multi-select.js (under the destroyer - or in that section): 'removeAllOptions' : function(){ this.destroy(); this.$element.find('option').remove(); this.$element.multiSelect({}); }, Then call: `$('#my-select').multiSelect('removeAllOptions');`