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 Nov 3, 2011 · 5 revisions

Welcome to the jQueryAutocompletePlugin wiki!

Usage

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

or

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

Description of other Options

Clone this wiki locally