jQuery autocomplete function, how to add support for words not available in the database yet?
- by Lyon
Hi,
I'm looking to implement a tag system like how SO uses on their site, where users can specify multiple tag words. However, on top of all the other autocomplete functions available as jquery plugins, I also want to allow users to enter new words not in the database.
Does anyone know of any plugin that can do that? Or if there isn't, how one…