Facebook style JQuery autocomplete plugin
- by Luke Lowrey
Im after a plugin to do autocomplete like facebook does in that you can select multiple items - similar to how tagging a stackoverflow question works.
Here are a couple I ran into:
http://wharsojo.wordpress.com/2008/02/18/jquery-facebook-autocomplete
http://www.emposha.com/javascript/fcbkcomplete.html
http://loopj.com/2009/04/25/jquery-plugin-tokenizing-autocomplete-text-entry/
Have you tried any of these? Were they easy to implement and customize?