Tuesday 26 February 2013

9 Top Ajax jQuery AutoComplete Plugins/Tutorials with Examples


Introduction

Here I will explain different type of JQuery AutoComplete Plugins  strength meter or indicator plugins.

Description

In previous article I explained 6+ JQuery Password Strength Plugins and JQuery UI autoComplete textbox,Ajax AutoComplete textbox and many articles relating to autoComplete textbox in 
JQuery, Ajax, asp.net,SQL Server etc. Now I will explain different type of available JQuery/Ajax AutoComplete textbox plugins.

jQuery UI AutoComplete Plugin

Autocomplete, when added to an input field, enables users to quickly find and select from a pre-populated list of values as they type, leveraging searching and filtering.

By giving an Autocomplete field focus or entering something into it, the plugin starts searching for entries that match and displays a list of values to choose from. By entering more characters, the user can filter down the list to better matches.

 

Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields.

Built with focus on performance - results for every query are cached and pulled from local cache for the same repeating query. If there are no results for particular query it stops sending requests to the server for other queries with the same root.



jQuery plugin: Autocomplete

Autocomplete an input field to enable users quickly finding and selecting some value, leveraging searching and filtering.

By giving an autocompleted field focus or entering something into it, the plugin starts searching for matching entries and displays a list of values to choose from. By entering more characters, the user can filter down the list to better matches.

AutoSuggest jQuery Plugin

This AutoSuggest is a very lightweight jQuery plugin that makes auto-completing extremely easy. And Plugin is vastly more customizable than any other jQuery auto-complete plugin

jQuery Tokeninput - select multiple items from a predefined list

Tokeninput is a jQuery plugin which allows your users to select multiple items from a predefined list, using autocompletion as they type to find each item. You may have seen a similar type of text entry when filling in the recipients field sending messages on facebook. 

 
AUSU jQuery-Ajax Auto Suggest

This jQuery Ajax autosuggest plugin has the usual functionality with a little extra flexibility: multiple instances, passing custom parameters, the id and the value are returned, keyboard-controlled, and a few others… Almost anything you need from an autosuggest plugin you can do with the built-in options! I didn’t focus on style, the CSS file is small and very easily changed

    
In this post how to implmenet JQuery UI autocomplete textbox with multiple words or values with comma separated or semi colon separated in asp.net.

JQuery Auto Complete textbox with Images

In this article they explained clearly how to implement autocomplete textbox with images during search in asp.net using JQuery.

  

Ajax autocompleteextender example with progressbar image

In this article they explained clearly how to implement autocomplete textbox with progressbar during search in asp.net using Ajax.

    

No comments:

Post a Comment