Views plugin provides a pagination feature that lets you split large amounts of content into pages with previous and next controls.
When you ask for help or report issues, make sure to tell us the pagination options of the View and the pagination controls that you have inserted.
Problem: I am using jQuery's click method to assign some click event handlers to elements in my View content, but after an AJAX pagination event the click handlers no longer work as expected.
Solution: Use jQuery's on method and attach the listener to document with a class-based limiter, instead of attaching 'click' listeners to some element that may or may not exist in the DOM after pagination.