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

Retrieve photos from database #76

Closed NeedHelp001 closed 8 years ago

NeedHelp001 commented 8 years ago

Wonderful plugin , but may i know if there is a way where i can retrieve the photos using database and the options are in a loop?

rvera commented 8 years ago

Well, that's all up to your app. You'll need to generate the HTML server side or update the widget with JS.

NeedHelp001 commented 8 years ago

ok thank you