Skip to content Skip to sidebar Skip to footer
Showing posts with the label Infinite Scroll

Md-virtual-repeater Using Body As Container

I am planning to use Angular Material's virtual repeat to achieve a Facebook like functionality… Read more Md-virtual-repeater Using Body As Container

How Does Facebook Achieve Infinite Scrolling?

My first question is how do they get this scroll bar? http://dl.dropbox.com/u/12337149/scrollbar.pn… Read more How Does Facebook Achieve Infinite Scrolling?

How To Request Tumblr Like Button Status After A New Page Is Loaded With Infinite Scroll

This is the instruction from Tumblr documentation: Tumblr.LikeButton.get_status_by_page(n): Call th… Read more How To Request Tumblr Like Button Status After A New Page Is Loaded With Infinite Scroll

How To Load A New Page/url When User Reach The Bottom

I am creating infinite load,means a new page gets loaded when user reach bottom of the page/particu… Read more How To Load A New Page/url When User Reach The Bottom

What Causes This Failure To Detect Scrolling To The Bottom Of An Html Element In Pure Javascript?

I am working on a pure JavaScript infinite scroll. I have a 4 list of posts. I am trying to load mo… Read more What Causes This Failure To Detect Scrolling To The Bottom Of An Html Element In Pure Javascript?

How To Capture Scroll Event?

I want to implement infinite scrolling. Below is a short form of my layout. Since I have some eleme… Read more How To Capture Scroll Event?