jquery-quick-pagination
jquery-quick-pagination copied to clipboard
Click events break when using "holder" parameter
Click events no longer work when using the holder parameter to put the pager to a special container.
..quickPagination({
pageSize: "20",
holder : ".pages"
});
@rnyberg This sounds like a bug. Did you manage to fix it? If so could you put in a pull request?