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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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://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
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。