It seems like JQM doesn't quite "get it" when I click on the submit button. Somehow it's entered into the nav history though. Because if I select another page on the site, and then go "back", #page10 is actually loaded. But not immediately after the submit.
I'd like to use a Listview for two things, perhaps one of them is not really a Listview issue, but I'm thinking it may work to use it for that purpose too.
What I have is a list of countries, sourced from a database, that I want the user to either a) find by using an incremental search (text being typed is matched against country names) or b) select by using a "select"-type box.
1) Can I somehow use a Listview for the first incremental search without displaying a list of 100 countries? I just want to use the incremental match mechanism but not have JQM display a long list of items.
2) Can I somehow use a Listview to replace a SELECT-box? It's OK if I can define the maximum number of items displayed in the viewport at any given time, but I don't want a list of 100 country names displayed as a "scrollable list" completely out of control from me (i.e. it's handled by the device).