jQM Autocomplete

Local Simple Data

In this example autoComplete uses a local array comprised of strings. This also shows an example of the matchFromStart property set to false.

[
    "autoComplete",
    "ColdFusion",
    "jQuery Mobile"
];
			

Download the code