I have a View with default Toolset pagination, there is some custom javascript to the View, I want to execute my custom script before continue the event to the pagination. How can I do that?
Refer to the screenshot, I want to stop all audio play before I jump into another pagination.
The script i've provided is the callback for the pagination. So if you add your existing javascript inside the provided callback function then your script will run again after the pagination has been completed.