Questions tagged [endlessscroll]

Endlessscroll has been called autopagerize, unpaginate, endless pages.

Endlessscroll has been called autopagerize, unpaginate, endless pages. But essentially it is pre-fetching content from a subsequent page and adding it directly to the user’s current page.

80 questions
0
votes
1 answer

Issue with Yii infinite scroll and Google AdSense

I have implemented the project in Yii framework. I have issue with Google ads and Yii infinite scroll ie (lazy loading). I have problem with it. I sending the code from site controller to index page for infinite scroll which page size is 10. I want…
Jay kumar
  • 277
  • 2
  • 13
0
votes
1 answer

How to call ceaseFire in jquery endless scroll

var lazyLoadList = { zeroResult:'', loadList:function(url,templateName,callbackaction,divId){ this.zeroResult = false; $(document).endlessScroll({ //pagesToKeep: 10, fireOnce: false, callback:…
Anubhav
  • 1,537
  • 3
  • 15
  • 30
-1
votes
2 answers

Endless recycler view inside coordinatorLayout

How can we achieve endless recyclerview inside co-ordinator layout? Below is my layout.
-1
votes
1 answer

javascript/jquery grids that impliment endless scrolling (as opposed to traditional paging)

I recently read a this article about "endless pagination". I thought it would be a good idea to try represent grid data this way. I personally love being able to scroll down and have more data appearing rather than search for the next page. …
RayLoveless
  • 16,084
  • 19
  • 68
  • 90
-1
votes
2 answers

jQuery conflict between a lightbox function and masonry/endless scroll

I wanted to create a lightbox effect for images when clicked, so eventually I found this tutorial and followed all the necessary steps to insert it into my page (with a little modification). The lightbox functions exactly the way I want it to, but…
S G
  • 1
1 2 3 4 5
6