Need help in creating dropdown effect in HTML TextBox
I want to show the list of connected users as dropdown list in inside the TextBox whenever the user presses "@" and then "TAB". Which jQuery function should I use to get this effect?
The dropdown should be a part of TextBox (should not fit the TextBox).