1

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.

4

1 回答 1

0

我的错误是在没有清除数据库条目的情况下,我在上面添加记录,这就是问题导致这些重复的问题

于 2012-05-30T12:58:08.287 回答