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.

[
    "JavaScript",
    "Python",
    "Ruby"
];
			

Download the code