imakewebthings / waypoints

Waypoints is a library that makes it easy to execute a function whenever you scroll to an element.
http://imakewebthings.com/waypoints/
10.38k stars 1.33k forks source link

make php request and load content on the fly #599

Open ovvval opened 6 years ago

ovvval commented 6 years ago

This solution saved my project as all the solutions I implemented before did not work fine on mobile devices.

My question however is, can anyone share a sample php script to load more data from mysql database on the main page?

Thanks