Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I want to display large amount of data using jquery mobile(approx 600 records. initially I showed 20 record and given view more record button.
I am loading 20 record when user clicks on show next 20 record button using ajax.
I have also given search text box at the top of page.
The page start misbehavior once all records loaded in page, after loading all data when I try to access the search text box it take too long time (approx. 20 sec.) to respond on mobile devices

Please help me to fix this issue.
Posted
Updated 2-Sep-12 18:18pm
v2
Comments
Sandip.Nascar 30-Sep-12 2:18am    
This is nothing specific to jquery mobile. you need to optimize your query. Ensure, you only loads 20 records at a time and display. If you populate all records and then use a loop to display 20 records, your application performance will degrade drastically.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900