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.

enter image description here

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

Popular posts from this blog

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -