how to load content while scrolling the page using bootstrap?
twitter-bootstrap, twitter-bootstrap-3
Solution
You are looking for something like Waypoints to create the infinite scroll:
http://imakewebthings.com/jquery-waypoints/
Waypoints is a fantastic plugin, and it even has a built in shortcut for infinite scroll.
Problem
I am going to use bootstrap in my project. Is it possible to load the contents when the user scrolls down the page like facebook? Is there any feature present in bootstrap or do we have to customize it.Thanks in advance.