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

How to get selected image value or any attribute to my JS? #146

Closed easytraxbd closed 4 years ago

easytraxbd commented 4 years ago

Maybe I am a noob, but I can't figureout how do I get selected image value or any attribute to my JS?

easytraxbd commented 4 years ago

Got it working with $("select").data('picker').selected_values(); But now another problem raised: https://github.com/rvera/image-picker/issues/147