websemantics / Image-Select

Image Select is an extension of Chosen, a jQuery plugin that makes long, unwieldy select boxes much more user-friendly. It provides image support for Single and Multi select HTML tags.
http://websemantics.github.io/Image-Select
MIT License
148 stars 44 forks source link

returning chosen object on chosen function #34

Closed limeiralucas closed 7 years ago

limeiralucas commented 7 years ago

I was unable to use the .change method on chosen, so I realized that was happening because the chosen method wasn't returning the chosen object. That's a little fix for it that helped me :smile:

websemantics commented 7 years ago

Thanks for that @lucasalveslm :)