Skip to content
This repository has been archived by the owner on Mar 16, 2018. It is now read-only.
Klap-in edited this page Jan 14, 2012 · 5 revisions

Welcome to the jQueryAutocompletePlugin wiki!

Usage

$("#input").autocomplete("/url/to/backend");

or

$("#input").autocomplete(["Car", "Bicyle", "Train"], {
	max: 10
} );

Documentation

Demos

http://jquery.bassistance.de/autocomplete/demo/

http://view.jquery.com/trunk/plugins/autocomplete/demo/ (broken)

Clone this wiki locally