You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2021. It is now read-only.
I'm wondering if it is possible to update the 'paged' callback function after the initialization of the jqPagination control?
If I try doing
(“.pagination”).jqPagination({paged: newCallback})it seems to add that callback to the original one.
Do I need to do domething like
(“.pagination”).jqPagination('destroy')and then re-initialize with new 'paged' callback?