botmonster / jquery-bootpag

BootPag - boostrap dynamic pagination jQuery plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changing the total value dynamically

aravindtga opened this issue · comments

I created the pagination intially with 20 as total ....But due to some other events in the page i want to change the value dynamically....(i.e i want to change that value to 40)...How can i do this.....

Hint: I am trying to create the pagination with the total value 40 which works but the problem in that is the request event triggered by the

on('page', function(event, num) { Triggered twice(Based on the number of initiations)

not working

This problem is still not fixed....