GitXplorerGitXplorer
r

handlebars-pagination

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
7d1e8709e7ed04295769da1dcac5c382b093ba10

name adjust

committed 11 years ago
Unverified
ff4c2daad5bc359b75d3e012d19139de7c4ef13e

add links to readme

committed 11 years ago
Unverified
79f5ce34e4d76c73b6c3e46863c952fba17dfc78

adjust readme

committed 11 years ago
Unverified
cfa74daded109cdad0c72876395255e23c6a11c9

Merge branch 'master' of github.com:ryangallen/hb-pagination

committed 11 years ago
Unverified
7e487d7a997d7fc1bb0044c6aaff65cbb51395f8

Create README.md

committed 11 years ago
Unverified
bd29b70a609b050fb821ab88cba6cdd61c0c5f41

cleanup

committed 11 years ago

README

The README file for this repository.

handlebars-pagination

Example of paginated data, using handlebars templates.

Adjust the options in main.js as necessary:

var opts = {
    pageMax: 5,                             // number of posts per page
    postsDiv: $('#posts'),                  // post container
    dataUrl: "http://www.reddit.com/.json"  // data source; if different data, adjust the post template to match
}