How to add thumbnail image to drop down after using jQuery Chosen plugin? -
i used jquery chosen plugin create beautiful dropdown. dropdown contents image file names. want show small thumbnail of each image file beside of dropdown options.

any suggestion appreciated.
the above extension not adequate, image items disappear when searching. try following extension: https://github.com/djgrant/chosen-image config is:
$(".my-select").chosenimage({ disable_search: false });
Comments
Post a Comment