If anyone is interested, I found a solution to my problem here. http://ask.metafilter.com/16153/Images-in-HTML-select-form-elements
Now I'm able to visually select images inside a form, that provides my PHP script the filename of the selected element. It's actually a play around with checkbox, not with select. jQuery is not involved here, but I'm looking forward to fork the method into it. On Apr 1, 4:21 pm, Benoit Villière <benv...@gmail.com> wrote: > Hello everyone, > > I've been desperately googling for a jQuery plugin that would make me > able to display thumbnails that can be selectable, like does the html > <select> tag (it will send photo information to a PHP script, so that > I can delete the photos). That would provide a nice, visual selection > of pictures, instead of its titles inside an old school style > <select>. > > I have no idea how could I do it... Does anyone knows any script I > could take inspiration of?