1.2.1 • Published 10 years ago

hibb-pagination v1.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
10 years ago

Huygens ING Backbone Pagination

Pagination view.

Initialize

pagination = new HibbPagination
	resultsStart: 0
	resultsPerPage:  10
	resultsTotal: 588

pagination.on 'change:pagenumber', changePageFunc

@$('.container').html pagination.el

Changelog

v1.2.1

  • Set default options to an empty object

v1.2.0

  • Add title attribute to prev10, prev, current, next, next10 listitems.