https://github.com/josemarluedke/backbone-paginated
Backbone.js paginated collections and views.
https://github.com/josemarluedke/backbone-paginated
Last synced: 3 months ago
JSON representation
Backbone.js paginated collections and views.
- Host: GitHub
- URL: https://github.com/josemarluedke/backbone-paginated
- Owner: josemarluedke
- Created: 2012-10-11T18:39:47.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-11T18:50:45.000Z (almost 13 years ago)
- Last Synced: 2025-07-04T21:53:53.782Z (3 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backbone.js paginated collections and views
This is a simple code to do an infinite scroll pagination into a backbone.js app.
## Dependencies
- jQuery Waypoints - [imakewebthings.com/jquery-waypoints](http://imakewebthings.com/jquery-waypoints/)## Example
- TODO## Maintainer
- Josemar Davi Luedke - [josemarluedke.com](http://josemarluedke.com)
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request