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

Fix problems when browser is not supported #22

Closed khiav223577 closed 8 years ago

khiav223577 commented 8 years ago

In Version 1.3:

When I use mobile phone (android or ios), $this.data('chosen') will return undefined and then raise exceptions... I think this patch will fix the problem.