$("#slt_car").multiselect({
buttonClass: 'btn btn-default btn-no-left',
buttonContainer: '
when i click select all ,the function onChange do not run
Search for if (isSelectAllOption) {
and add this line after:
this.options.onChange($option, checked);
You should use onSelectAll in this case.
Most helpful comment
733 Check this out.
Search for
if (isSelectAllOption) {and add this line after:
this.options.onChange($option, checked);