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

Syntax sensitivity #3

Closed salmanshariati closed 9 years ago

salmanshariati commented 10 years ago

Dropdowns must be called with parameters, Otherwise there will not be rendered as Chosen. In other words, when I included Image-Select to my project, $(".ddl1").chosen({}); and $(".ddl2").chosen({...}); work great, but $(".ddl3").chosen(); dowsn't not work.

websemantics commented 10 years ago

This has been fixed