Jquery Lazy loading for huge data

Jquery Lazy loading for huge data

Hi All,
I'm new to Jquery. My ajax call is returning 4000 records. When i'm trying to render that JSON, i'm facing some issue due to which the page is not being displayed. So, i though of using Lazy Loading, which will fetch 50 record at a stretch, when i want to see next 50, it will make a ajax call and fetch the next 50 records. 

I was searching the net, but didnt find the complete code (Both server side & client side). Could any one help me out to sort this out.

Thanks & Regards,
Srini C