Вопрос

I used jquery chosen plugin to create beautiful dropdown. Dropdown contents are image file names. I want to show a small thumbnail of each image file beside of dropdown options.

enter image description here

any suggestion would be appreciated.

Это было полезно?

Решение 2

The above extension is not adequate, the image items will be disappear when searching. Try the following extension: https://github.com/djgrant/chosen-image But the config is:

$(".my-select").chosenImage({
  disable_search: false
});

Другие советы

There's an extension for Chosen to manage images :

http://websemantics.github.io/Image-Select/

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top