Cause: If your table is binding multiple times then obviously page.bootpag will bind that many times.
So, to resolve this must unbind this on each table bind call.
ex: $("#page").unbind();
So, to resolve this must unbind this on each table bind call.
ex: $("#page").unbind();
No comments:
Post a Comment