-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple jPages controls and 'destroy' method #10
Comments
Anybody find a solution to this? |
...not sure if there're still people with this problem |
2 years ago I have submitted pull request with fix: #12 |
I wrote my own Destroy function based on what was in the plugin. // holder == The pagination holder function destroyJPages(holder, container, item) {
} |
The 'destroy' is destroying incorrect jPages control in case multiple jPages controls exist on the page.
To reproduce see: http://jsfiddle.net/HNKEz/
Change value in the first combobox and both jPages controls get broken.
The text was updated successfully, but these errors were encountered: