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

Tried everything, can't get a custom data-* I made #101

Open AhmedNFarah opened 7 years ago

AhmedNFarah commented 7 years ago

How can I retrieve a data attribute I created inside the options tag? I can retrieve the values just fine but getting a custom data- has been a problem

rvera commented 7 years ago

Are you using the minified version? seems like that version has a bug on it, please try the unminified version while I solve this.

AhmedNFarah commented 7 years ago

Thank you for replying. No i'm not using the minified version, if this wont work is it possible to pass data through "value="? data that isnt unique? i tried using value and if it occurs that its values are the same it selects them at the same time.. I would love to find a solution to the first problem but if that isn't possible maybe the second one is

rvera commented 7 years ago

Will leave open for now.