I am working on jquery mobile to build some apps which requires listview with filter option , my database has more than 300 records to show in the listview , if i type any values in the search text box it shows repeated records in the listview even though i dont have any duplicate items in the database.
So i checked with jquery mobile wiki site example using given below link there also same thing is happening please some help me
http://jquerymobile.com/test/docs/lists/lists-performance.html
go to that link type "bm" in the search box -> it shows all the list view rows as BMW ???
Highly appreciated your time and effort to help me on this.