jQM Autocomplete
Callback Function
In this example autoComplete uses a local array comprised of objects. The callback function selects the newly added "data-autocomplete" property on each anchor tag in the selected list.
[
{
"value": "TN",
"label": "Tennessee"
}
];