I’m looking for an automcomplete jquery plugin that will let me pick suggestions (with image capability) when I type the letter @. The textbox can contain other text too, so not just the list of suggestions.
Something like this: http://devthought.com/projects/mootools/textboxlist/ however, I don’t need the fancy removable blocks. Plus, I need to be able to type text other than what is suggested.
Any suggestions?
jquery UI autocomplete is all you need.
It allows you to use various events to hook in your own code for responding and loading, etc.