I\'m working on a jQueryMobile application with some form fields that need auto complete functionality. I\'m working with jQueryUi Autocomplete plugin but can\'t get it to w
jQuery Mobile now has autocomplete, where the results are populated in a listview. Their demo page has great examples on how to implement it, for both local and remote data.