Jump to content

endless pagination (PHP AJAX)


anujgarg

Recommended Posts

An endless pagination is --

 

Using Ajax we can dynamically fetch more results and append them to the bottom of the page, as the user approaches the end of the content they have already read. This pattern removes the need for pagination, feeding your customer as much data as they care to read in a subtle, non-intrusive way.

 

To see more, visit - http://www.unspace.ca/discover/pageless/

depending on the density of your requested data this could be a very resource intensive process.

 

 

The php is standard pagination request.

 

The javascript users the html return text of the php script (it produces the pagination list additinos)

 

The trick is to just pass it the parameters and location in pagination

Sorry to tell you but this is a help forums not freelancing forum. You are more likely to get help building it here then you will be to get the whole thing built for you here. If you can't find it on google what makes you think that someone else would want to spend their time on doing it for you.

 

Sorry to tell you but you came to the wrong forums with the wrong objectives.

BillyBoB.

 

First off, I am here not for any freelancing perspective.

Second, I am at right place with right objective.

Third, I need the code snippet rather than the full code written by someone.

 

I have Googled for the snippet but could not find any.

I am asking for the same if anyone had got it during their search on google.

 

Thanks

BillyBoB.

 

First off, I am here not for any freelancing perspective.

Second, I am at right place with right objective.

No, you are not in the correct place. This area is for people to ask for help on scripts they have written.

 

Third, I need the code snippet rather than the full code written by someone.

Freelancers can do that also.

 

Ken

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.