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.