I am working on a project at the moment that requires a dialog box or context menu to display when the text in the box matches a certain regex pattern.
For example, if I was to type @user into the text area, a dialog box would show up where the cursor is or just below the typed word containing Ajax generated list of possible matched user names.
Are there any JavaScript packages (preferably a jQuery add-on) that will do this kind of functionality?