Auto Complete

This example shows how a text input can provide auto completion using script.aculo.us and jQuery together. The autocomplete function is script.aculo.us and jQuery is being used to extract the data we need and display it below.

This example could be extended to provide a method of allowing users to quickly type any kind of data that needs to be entered on a Web site.


School ID:
School Name:
School City:
School County:

This is the same example using a new jQuery autocomplete plugin. This plugin is currently in alpha testing, but it's looking good.


School ID:
School Name:
School City:
School County:
IE Select:

Take this further.