Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 602 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 602 Bytes

Demo and Documentation http://examples.cutterscrossing.com/ajaxPager

The ajaxPager is a JQuery + Bootstrap plugin that creates a pagination control bar, according to configuration, that will make remote requests for data. The control then passes the response to a developer defined method to create the output. In the example, we used the Handlebars templating engine to create display items of each record in a returned JSON recordset.

The ajaxPager requires two files, the script and the stylesheet. The developer is then responsible for handling the formatting of the response output.