Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

After setting the max page - it won't allow me to input the value from the text box #49

Open
jaxox opened this issue Nov 3, 2015 · 1 comment

Comments

@jaxox
Copy link

jaxox commented Nov 3, 2015

Hi there,

It works fine before I set the max page value, but after setting the max page, it wont' let me change the page input value from the text box. am I missing something? I am using the latest version.

$('.pagination').jqPagination('option', 'max_page', json.totalPages);

thanks in advance.

@jaxox
Copy link
Author

jaxox commented Nov 3, 2015

the actual issue is that it keeps calling back the paged. after changing the trigger to false, it fixed the issue.

var options = {'trigger': false},

on the base.callMethod = function (method, key, value) in jquery.pagination.js

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant