Any interesting, cool implementations out there that also provide a library/code that can be reused? I am looking for auto complete functionality where you can type in a few letters and a list of potential matches is displayed dynamically...
Any interesting, cool implementations out there that also provide a library/code that can be reused? I am looking for auto complete functionality where you can type in a few letters and a list of potential matches is displayed dynamically...
Answers
Add AnswerCheck out Yahoo's UI library:
http://developer.yahoo.com/yui/
Is this what you need? The library should have the ajax capabilities you will need to implement this, along with examples and good documentation.
Thanks snigel. Yes, I have seen the Yahoo UI library and its VERY useful. I was looking for some more implementations with slightly "snazzier" UI similar to what you see on Facebook and the like...
One of the most popular ones is scriptaculous - http://script.aculo.us/
It is used by default in Ruby on Rails. It will, most likely, have what you need, and a neat way of presenting it.
Check out www.miniajax.com - they have a bunch of examples along with teh code. Some really cool sh#t in there!
Share your knowledge