Question Details

Browse

I am looking for Ajax auto completer code?

By mahive - May. 05, 2008

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 Answer
  1. By snigel on May. 05, 2008

    Check 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.


    2 Votes
  2. By mahive on May. 05, 2008

    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...


    0 Votes
  3. By kathya on May. 05, 2008

    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.


    1 Votes
  4. By apun on May. 14, 2008

    Check out www.miniajax.com - they have a bunch of examples along with teh code. Some really cool sh#t in there!


    0 Votes
Share your knowledge