javve / list.pagination.js

A pagination plugin for List.js
24 stars 23 forks source link

Page event #19

Open simplydallas opened 8 years ago

simplydallas commented 8 years ago

Adds start and complete events to page changes when using the pagination addon. The only event currently fired on a page change is updated, but that fires too often to be useful for triggering code that should only be run once per page change. The events and handlers are added in the addon so that they do not impact anyone not using pagination.