A jquery dropdown with multiple lines and images?

What jquery extension do you use to add images to jquery?

Example Custom types in the name of a person, a drop-down list appears with the image, name and description of the person and a company icon. The user selects a person from the drop-down list.

[PROFILE-PHOTO] FirstName LastName [COMPANY_ICON] Description [PROFILE-PHOTO] FirstName LastName [COMPANY_ICON] Description [PROFILE-PHOTO] FirstName LastName [COMPANY_ICON] Description 

EDIT: drop down list.

+6
source share
1 answer

I would use my own autocomplete jQuery UI Autocomplete with some simple changes to add images. Not only is it lighter than others, it has a lot more developers there, and a strong group of standards ensures that in the future it will not be inflated.

Here is a great example on the fiddle: http://jsfiddle.net/K5q5U/

+8
source

Source: https://habr.com/ru/post/902272/


All Articles