OK, here's my issue :
- I'm trying to implement a jQueryMobile-based listview with LOTS of items (and when I'm saying "lots", I mean in the tens of thousands)
- The elements don't have to appear inside the list, from the beginning but instead shown depending on what the user has typed
- E.g. Wait for the user to input at least 2 characters, and then show (append to the list) just the appropriate items
- And so on...
How would you go about that? Is there any existing workaround to this problem? (I've searched everywhere but cannot find anything working...)
.keypressand execute your code on second event?