I’m looking for a JQuery (or other framework) plugin, kind of working like the Facebook status message text box.
What it should do:
-
Allow text to be typed freely without triggering the AutoSuggest (as opposed to normal AutoSuggest boxes)
-
Show the AutoSuggest, when triggered by a certain character, such as ‘@’.
Actually, it should work exactly like the one in FaceBook … 🙂
I would use something like this:
http://www.codeproject.com/KB/aspnet/Search_SuggestTextBox.aspx
The good thing about this library is that it is triggered by the text input’s onkeyup. This means you can alter their provided JS function to check for the correct key sequence
Maybe something like this: