wesnolte / Pajinate

A jQuery Pagination Plugin
http://th3silverlining.com/2010/04/15/pajination-a-jquery-pagination-plugin/
MIT License
207 stars 97 forks source link

Add onItemDisplayed callback. #36

Closed panozzaj closed 9 years ago

panozzaj commented 11 years ago

This allows us to do an action when a specific item is displayed in the list. As an example, I wanted to log in analytics that the user has seen an item in the list. This callback makes it easy to do.

If desired, we can easily do the opposite as well where we do a callback when a list item is hidden.

panozzaj commented 9 years ago

I'm going to close this PR because there has been no activity. Thanks!