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