Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to load content while scrolling the page using bootstrap?

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.

like image 799
user2574980 Avatar asked Feb 07 '26 01:02

user2574980


2 Answers

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.

like image 85
emptywalls Avatar answered Feb 12 '26 03:02

emptywalls


It is call infinite scroll and this is not a feature of Bootstrap. You need a jQuery plugin by example.

like image 42
Mannekenpix Avatar answered Feb 12 '26 04:02

Mannekenpix