It seems that the onBeforeSeek function got a little "smarter" with the update and doesn't work if you're on the last page/item.
From the 1.1.1 release notes:
"scrollable fixed a bug where the onBeforeSeek and onSeek callbacks were called although the seeking position did not change. this won't happen anymore."
The problem is, I need it to work, because my function in the onBeforeSeek adds a new item via ajax call for the seek to scroll to.
I don't see a problem with calling the onBeforeSeek even if there is no new position. Can you change it back?
From the 1.1.1 release notes:
"scrollable fixed a bug where the onBeforeSeek and onSeek callbacks were called although the seeking position did not change. this won't happen anymore."
The problem is, I need it to work, because my function in the onBeforeSeek adds a new item via ajax call for the seek to scroll to.
I don't see a problem with calling the onBeforeSeek even if there is no new position. Can you change it back?
