rvera / image-picker

Image Picker is a simple jQuery plugin that transforms a select element into a more user friendly graphical interface.
http://rvera.github.com/image-picker
Other
906 stars 216 forks source link

Ajax Support #24

Closed mrazjava closed 10 years ago

mrazjava commented 10 years ago

I know this is a big one, but it would be nice if picker supported accordeon style ajax support. Basically option groups would be all collapsed by default (at initialization any option group can be expanded). Option group content only loads on expansion via ajax. Obviously option group has to be clickable (click when collapsed results in expansion and ajax load, click when expanded results in collapsing).

rvera commented 10 years ago

That goes outside the scope of the plugin, this is meant to be used as a "select" enhancement. What you are talking is not possible by simply replacing a select tag in your html.