21 Jquery Autocomplete Tutorials

March 22nd, 2010 | Posted by admin in jQuery

Jquery autocomplete is one of the coolest thing ever as it gives you suggestions on what you want to search on or input. First and for most, JQuery is a javascript framework that lets developers used its existing API for easier development. JQuery autocomplete searches for matching data and present it for you. A very good example of JQuery Autocomplete is the Google suggest. Google has a database of an array of entries that it checks depending on your entries. This makes it easier for the users to key in or remember their searches. You can integrate jquery autocomplete in php, asp.net, j2ee and more. If you want to try the jquery autocomplete, choose among the following 21 jquery autocomplete tutorials.

Jquery Autocomplete Tutorials

1. Unobtrusive jQuery autocomplete plugin with json key value support - This is simple jquery autocomplete plugin that transparently works with a key value json array (hash).

2. Plugins/Autocomplete - JQuer Autocomplete documentation in the official JQuery site.

3. jQuery plugin: Autocomplete - Now on its 1.1 Version, this is one of the earliest and most popular jquery autocomplete tutorial.

4. jQuery Autocomplete Mod -Supports local array even without AJAX.

5. jQuery Autocomplete - A jquery autocomplete plugin that can pass advanced options as a JavaScript object, hashes etc.

6. jQuery autocomplete - JQuery autocomplete by Google.

7. jQuery Auto-Complete Text Box with ASP.NET MVC - JQuery tutorial on how to integrae of jquery autocomplete in asp.net.

8. jQuery Plugin: Auto Complete - A simple implementation of jquery autocomplete plugin.

9. Using the jQuery Autocomplete Plugin with Django - Implementation of jquery autocomplete using Django.

10. http://stackoverflow.com/questions/305994/jquery-autocomplete-and-asp-net - A second jquery autocomplete tutorial for the integration with asp.net

11. Simple Jquery Ajax : Server side Autocomplete and Server side data fetching - Simple and detailed tutorial on how to use JQuery autocomplete.

12. jQuery Plugin: Tokenizing Autocomplete Text Entry -What differentiates this tutorial from the others is that it allows you to choose multiple entries and the suggestions presented to you.

13. JQuery Autocomplete with Ajax PHP and MySQL - Tutorial on how to implement jquery autocomplete with php and mysql. This is one of the best tutorials out there as it shows you on how to connect and get suggestion entries from the database. The tutorial also shows you clearly how and why the code works.

14. Using JQuery autocomplete with Grails and JSON - The entries are returned in JSON format using GRAILS controller class. This jquery tutorial clearly says that JSON is not as difficult as we think it is.

15. JQuery Autocomplete Choices - Not a tutorial but an excellent source on choosing what jquery autocomplete framework to use.

16. Configuring jQuery AutoComplete Plugin to display Images in ASP.Net - Unlike the other jquery autocomplete on asp.net tutorials, this shows how to display images and without writing too much code!

17. jQuery autocomplete - Yet another simple jquery autocomplete tutorial.

18. Using jQuery autocomplete with IDs - Tutorial that teaches you on how to attach id to your jquery autocomplete to save bandwidth as the returned objects can be pretty hefty to load.

19. jQuery AutoComplete and ASP.NET Validation - One of the sleekest tutorial as it has a validation attached on it.

20. Using jQuery Auto-Complete with ColdFusion - For Coldfusion developers out there that wants to try jquery autocomplete.

21. jQuery Autocomplete Mod - modification of Dylan Verheul’s jQuery Autcomplete plug-in which can limit dropdown to XX number of results.


Comments