Hi, so I want the filter search to be such that you enter two letters of the search, and the corresponding results are displayed as a list. I cannot load the whole list, as is typical for jqm listview, because it is too large. Can someone please show me how to do this ... this is a bit beyond understanding the API.
I know how to use the autocomplete widget for jquery, but I want the results to be formatted as a list. So, the text box, and then below it the results of the listview formatting, but only after two letters were entered, I would like to display the results, so it does not display a giant list that takes too long to load.
source
share