jQM page - infinite scroll

jQM page - infinite scroll

I have a jQM page into which I am dynamically inserting HTML snippets (table rows). These snippets represent data, about 25 records in a tabular format. The 25 record limit is set to minimize latency & timeout issues.

I would like however to retrieve the next set of 25 records as the user scrolls to the bottom of the first set of 25 and again as they reach the bottom of the second set of 25. In effect I would like them to be able to scroll infinitely while getting back data in set increments. 

Is there an event that I can trap that would let me do this? Would dearly appreciate a jsfiddle example or plugin that would explain/enable this option.