JQuery dropdown with tags

Does anyone know a good jQuery plugin control for a drop down list. The user should be able to select multiple values ​​from the drop-down list, and these selected values ​​should be displayed as tags in a single control.

See the attached image for reference. enter image description here

+5
source share
1 answer

I would suggest you use http://xoxco.com/projects/code/tagsinput/ or http://textextjs.com/

Both of them are very pleasant and are easily integrated into the project.

+3
source

All Articles