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
907 stars 216 forks source link

Hiding selector #64

Closed oleghalin closed 8 years ago

oleghalin commented 8 years ago

Can i hide selector? If i can, how? :) TY

rvera commented 8 years ago

You mean the SELECT html element? if so make sure you pass hide_select: true as one of the options. If you want to hide the image picker, just use jquery to hide the whole .picker class.