Trigger change event on multiselect change

This commit is contained in:
Robin Appelman 2014-04-18 14:29:13 +02:00 committed by Thomas Müller
parent b4025b3174
commit bf9b634fd8
1 changed files with 1 additions and 0 deletions

View File

@ -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);