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

Select HTML is not showing #65

Closed atmalatif closed 8 years ago

atmalatif commented 8 years ago

I have a problem with code. How to show select html after use select to imagepicker. Example: $(function(){ $("select").imagepicker(); }); And it works to show image picker. But when I try to show select HTML function, it's not showing anything. Just show select style="display:none"?? How i fix it?

rvera commented 8 years ago

Seems like you found a solution for this, great!

atmalatif commented 8 years ago

Yeah, I'm sorry not waiting your reply. I use javascript to showing select.