I'd like to know how to implement a textarea where a user can tag people by typing @ and then write a person's name. You get inline suggestions for word matches. I'm not even sure what the technical name would be for such a feature but it's a common in sites like Facebook.
Asked
Active
Viewed 2,299 times
2 Answers
0
You want an autocompleter of some sort.
Have a look at this jQuery autocomplete tagging plug-in like StackOverflow's input tags?

pkuzhel
- 317
- 2
- 5
0
The solution for this is using jQuery Tokeninput.
Hopefully you are looking for some Twitter style autocomplete

Deekshith Hegde
- 1,318
- 2
- 15
- 27