Do you ever notice on Facebook how when you type a special character in a post, it displays a list of people's names that match the letters you're typing? I want to create something similar, but instead of using people's names as the data source, I'm exploring different options for implementing this technology.
Does anyone know if there's a plugin available for this feature, or will I need to develop it myself? My initial thought is to use JQuery to bind to the specific special character keypressed
event, and utilize a tooltip plugin to display information from my chosen data source. Users could navigate through the tooltip until they press 'Esc' to exit or 'Enter' to select an option.
If anyone has tips, ideas, or suggestions on how to approach this project, I would greatly appreciate it!
Thank you.