We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this questionI'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.
精彩评论