10 Mar 10 Auto Complete Ajax Scripts

In 2005 when Google implemented Google Suggest, Ajax took off. Every web developer was trying to duplicate what Google accomplished. Its now 2008 and there are tons of ways to accomplish Google Suggest. Below is a list of 10 Auto Complete Scripts with various frameworks. The list below is in no particular order.

  1. jqac - Is jQuery plugin for autocomplete. jqac is very easy to implement and has a scrollable suggests list. It also allows for multiple suggests support and is tested in all major browsers.
  2. AutoComplete (for Prototype) - This is a script built for the prototype framework and it allows multiple column support. It also is a very nice style built with it.
  3. YUI Autocomplete - This script is built with the Yahoo! UI Library. The AutoComplete features navigation of the suggestion box via up/down arrow keys. It is very easy to configure with the Yahoo! UI Library.
  4. AJAX autocomplete - Is built with Easy Ajax framework by Jim Roos. It features the the up and down navigation and is fairly easy to implement.
  5. Another AutoComplete (prototype) - This prototype framework autocomplete also uses scriptaculous. It has a nice fade in effect when the suggest box appears. It is easy to implement and works with XML data.
  6. AutoComplete (mootools) - A MooTools Autocomplete widget that creates a unobtrusive and customizable suggestion box from variable data sources. It also has nice fade in effect.
  7. dhtmlxCombo - Is a different from the rest of these. dhtmlxCombo can be used in four modes: an editable select box, a read-only select box, a filter drop down box, and an autocomplete. It also allows for you to add icons to your drop down boxes.
  8. AutoSuggest - This AutoSuggest script uses no frameworks. The script allows you to navigate either with the up or down arrows or just click. The script size is under 10k, it even has a fade in effect, and a great 2.0 style.
  9. Spry Auto Suggest - This Auto Suggest script is written with Adobe’s spry framework. It has works with all sorts of data formats and languages. It supports keyboard navigation and also allows for multiple suggestions.
  10. ASP.Net AutoComplete - This script allows you to add AutoComplete to ASP.Net without using a webservice. This is a great way to add Autocomplete feature to ASP.net

 

REF:

http://webtecker.com/2008/03/10/10-auto-complete-ajax-scripts/

http://www.asp.net/AJAX/AjaxControlToolkit/Samples/AutoComplete/AutoComplete.aspx

http://www.brandspankingnew.net/archive/2006/08/ajax_auto-suggest_auto-complete.html

http://nodstrum.com/2007/09/19/autocompleter/

http://www.dhtmlx.com/docs/products/dhtmlxCombo/index.shtml

http://www.codeproject.com/KB/ajax/AJAXAutoSuggest.aspx

http://amplio-vita.net/JSLib/demos/autoComplete_advanced/

http://code.google.com/p/jqac/

http://www.dhtmlx.com/docs/products/dhtmlxCombo/samples/filtering/100000/

http://www.codeplex.com/metabuildersweb/

http://www.dotnetjohn.com/articles.aspx?articleid=215

http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx

http://weblogs.asp.net/infinitiesloop/archive/2006/11/15/ASP.NET-Ajax-Beta_3A00_-AutoCompleteBehavior-without-a-Web-Service.aspx

http://convincingemail.com/autosuggest-autocomplete.aspx

http://www.kodyaz.com/articles/asp-net-ajax-autocomplete-extender-textbox.aspx

http://aspalliance.com/1158_Video_Using_the_AutoComplete_Control_in_ASPNET_AJAX_Control_Toolkit

http://csharptuning.blogspot.com/2008/08/disabling-auto-complete-on-aspnet-forms.html

posted @ 2009-03-14 00:20  emanlee  阅读(623)  评论(0编辑  收藏  举报