I really like the oPagination.input and I always use it. However, it seems that the plugin does not work with Bootstrap correctly: page numbers typed into the input box are simply ignored. I have tried changing:
Any ideas?
Alex
$(nInput).keyup( function (e) { ... to $(nInput).on('keypress keyup', function (e) {...It reacts to the keypress now but whatever number I type, the value inside the input always reverts back to 1. My guess it that there might be some bootstrap event attached to the input. Buttons works perfectly, but input is extremely useful with bigger number of pages.
Any ideas?
Alex