superRaytin / paginationjs

A jQuery plugin to provide simple yet fully customisable pagination.
http://pagination.js.org
MIT License
912 stars 659 forks source link

Can't paginate on elements added to the dom. #105

Closed asacarter closed 4 years ago

asacarter commented 4 years ago

I have a template that is added to the dom in a modal window.

I get an error if I try to paginate on a container element that was added to the DOM.

Uncaught TypeError: Cannot read property 'hooks' of undefined

Demo:

https://codepen.io/asa-carter/pen/LYEXpap

asacarter commented 4 years ago

It does work. they were initialised in the wrong order