jQM Autocomplete

Remote Complex Data

In this example autoComplete returns an array of objects from a remote url, each with a label and a value key.

[
    {
        value: "22",
        label: "Maine"
    },
    {
        value: "23",
        label: "Maryland"
    }
]
			

Download the code