0
点赞
收藏
分享

微信扫一扫

10 Mar 10 Auto Complete Ajax Scripts

兽怪海北 2023-11-09 阅读 4

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)
  3. YUI Autocomplete
  4. AJAX autocomplete
  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
  8. AutoSuggest
  9. Spry Auto Suggest
  10. ASP.Net AutoComplete

 

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://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

举报

相关推荐

0 条评论