Facebook style JQuery autocomplete plugin
Posted
by Luke Lowrey
on Stack Overflow
See other posts from Stack Overflow
or by Luke Lowrey
Published on 2009-07-28T03:30:45Z
Indexed on
2010/04/07
13:43 UTC
Read the original article
Hit count: 494
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?
© Stack Overflow or respective owner