Is there only jQuery (without jQuery UI) - is it like a plugin?

I need a jQuery plugin (no jQuery UI dependency), which is similar in functionality to the tag-it plugin. that is, it should allow the user to add new tags, display an autocomplete dialog box, show tags in a field with a close button.

The main reason I don't want to use the jQuery UI is that anyeim plugin causes problems with the jQuery user interface. I reviewed the issues posed for AnyTime with the jQuery user interface, but still it doesn't look very good. I would also like to know if anyone AnyTime used the jQuery user interface.

+4
source share
3 answers

Seeing that the original question is still unanswered, it seems like this is what you after ...

https://github.com/Nikku/jquery-tagit

+4
source

Any + Time (TM) should not cause any problems with jQueryUI. Please explain what problems you have, or use the contact link on the plugin page to contact me directly.

+3
source

For those looking for the latest alternative (or, I would say, more โ€œgithub community pointsโ€) compared to Dr.Congo's answer, you can try tokeninput

+1
source

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


All Articles