emposha / FCBKcomplete

Jquery facebook like(fancy) multi-select
http://www.emposha.com
383 stars 115 forks source link

Please trigger a standard "change" event when updating elements in the hidden <select> #7

Closed mjhca closed 14 years ago

mjhca commented 14 years ago

This is a feature request.

Would you please consider calling element.change() at the end of your removeItem() and addItem() functions in order to raise the standard 'change' event on the original element and receive callbacks when the items change.

IMHO this is a cleaner than passing a non-standard "onselect" callback on the fcbkcomplete() constructor.

Thanks!

emposha commented 14 years ago

will be added in next version