Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to create a facebook style auto-complete where you can have several options encircled in a bubble. More can be added and each may be removed non-sequentially.

share|improve this question
an image would do you no harm :) – balexandre Oct 15 '09 at 17:27
1  
possible duplicate of Facebook style JQuery autocomplete plugin – Ishmaeel Dec 29 '10 at 20:30

2 Answers

I'm pretty sure this is what your looking for

http://www.emposha.com/javascript/fcbkcomplete.html

It uses JQuery, but you didn't specify if it mattered.

share|improve this answer

http://harvesthq.github.com/chosen/ is a useful javascript gadget library for this problem

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.