We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff6048 commit af2d07cCopy full SHA for af2d07c
src/jquery.multiselect.js
@@ -129,7 +129,7 @@
129
var checkboxContainer = this.checkboxContainer;
130
var optgroups = [];
131
var html = "";
132
- var id = el.attr('id') || multiselectID; // unique ID for the label & option tags
+ var id = el.attr('id') || multiselectID++; // unique ID for the label & option tags
133
134
// build items
135
el.find('option').each(function(i) {
0 commit comments