JQuery Ajax Auto complete
JQuery plugin to make a simple textbox an autocomplete, it fetches values from database via ajax. don’t worry it will be doing every thing automatically, you will need to code as minimum as possible.
download it from github and follow index.php how to include required files and how to call plugin.
You will need to create php file or any other server side file to entertain ajax request and return JSON or html list of values.
Comments
it is very help full thanks