0

is there an jquery plugin that we can use for an input text to tag usernames

like this: @name that it gives autocompletion of the names and also for #tag

enter image description here

Tupic
  • 545
  • 1
  • 6
  • 12
  • I don't know it there are some jquery plugin that do what you need, but you can do yourself width simple autocomplete, take a look of this fiddle: http://jsfiddle.net/Frogmouth/9R4cV/381/ – Frogmouth Jun 17 '15 at 14:00

1 Answers1

0

I found this jquery plugin:

http://daniel-zahariev.github.io/jquery-textntags/

this should work

Tupic
  • 545
  • 1
  • 6
  • 12