Katie

Results 3 comments of Katie

I wrote my own Destroy function based on what was in the plugin. // holder == The pagination holder // container == The container for the items to pagination //...

This solution doesn't involve altering the jPages plugin code. You can use the Bootstrap Events to trigger the pagination creation when the tab is shown. $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) { var...