I am mostly a backend developer. And very new to javascript. So pardon my dumb question, but is there a way to trigger autocomplete when the user types ‘@’ in a textfield. Like how it does in twitter.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Got two answers for you:
I think this blog post has what you need:
Triggered @mention Autocomplete like Facebook, Twitter and Google+
Github repo: https://github.com/Hawkers/triggeredAutocomplete
Also a similar question: Twitter-style autocomplete in textarea