jQuery autocomplete function, how to add support for words not available in the database yet?
Posted
by Lyon
on Stack Overflow
See other posts from Stack Overflow
or by Lyon
Published on 2010-03-14T01:33:06Z
Indexed on
2010/03/14
1:35 UTC
Read the original article
Hit count: 373
jquery-autocomplete
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 can add that functionality to an existing autocomplete function?
I'm exploring Drew Wilson's autosuggest plugin at the moment, as it supports multiple tags well: http://code.drewwilson.com/entry/autosuggest-jquery-plugin
Any help appreciated! Thanks :)
© Stack Overflow or respective owner