Trigger change event on multiselect change
This commit is contained in:
parent
b4025b3174
commit
bf9b634fd8
|
@ -162,6 +162,7 @@
|
||||||
button.css('width','');
|
button.css('width','');
|
||||||
});
|
});
|
||||||
list.animate({'width':newOuterWidth,'left':pos.left+3});
|
list.animate({'width':newOuterWidth,'left':pos.left+3});
|
||||||
|
self.change();
|
||||||
});
|
});
|
||||||
var li=$('<li></li>');
|
var li=$('<li></li>');
|
||||||
li.append(input).append(label);
|
li.append(input).append(label);
|
||||||
|
|
Loading…
Reference in New Issue