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

Option to only show the images when the dropdown is clicked #51

Closed robertlagrant closed 9 years ago

robertlagrant commented 9 years ago

To save screen space, could the plugin have an option to only show the images when the dropdown is clicked on (I guess also suppressing the dropdown's native elements being displayed as well)? Maybe even also hooking into optional jQuery Animate animations for display/hide once selected?

robertlagrant commented 9 years ago

Sorry, I think I got the wrong end of the stick here. The dropdown is hidden (just not in any of the examples!)

However I did get it working whereby the currently selected image is shown, and when you hover it shows a dropdown arrow, and then when you click it shows your list of clickable images, and updates the currently selected image on click. Let me know if you want the code in some way!