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

hiding image picker #12

Closed pinkequine closed 10 years ago

pinkequine commented 10 years ago

Hi

Firstly thank you for your plug in, its very useful. I am trying to use it to create select option images and it works well but I wondered if you can tell me what I can do to toggle show/hide the images as there are a lot of them and a few options.

Here is the page http://www.pinkequine.com/bespoke/imagechanger.html I apologize for any bad jquery but I only learned it yesterday.

I hope you can help.

rvera commented 10 years ago

This goes beyond the scope of the plugin. You should probably overwrite one of the callbacks and use the jquery hide() functions.