Hacker
Hacker

Reputation: 7906

display partial data as and when got

I use jquery and php for my website. I am facing a problem. After page load, i send all the data after formatting to client and display it using jquery. mine is a products website. So i display 10 products per page. so displaying 10 products per page. Is there a way to send partial data to client and display it as and when its got?

Upvotes: 0

Views: 131

Answers (1)

Flo
Flo

Reputation: 1671

Im not sure i understand it 100%, but i think what you want is something like a pagebrowser? If so, just write a regular Pagebrowser and use jquery to get the Data, for example with jquery load. http://api.jquery.com/load/ This is very simple to use.

Upvotes: 1

Related Questions