Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paging input - css selectors "paginate_page" and "paginate_of" missing in new version #471

Open
sargac opened this issue Apr 22, 2020 · 0 comments

Comments

@sargac
Copy link

sargac commented Apr 22, 2020

The newest version of input paging plugin lacks of two css selectors AND inserts one empty <span> element:

  • paginate_page
  • paginate_of

Before (in older version):

<span class="paginate_page">Page </span>
<input class="paginate_input" type="text">
<span class="paginate_of"> of 3</span>

Now (in latest version):

<span>Page </span>
<input class="paginate_input" type="text">
<span> of </span>
<span class="paginate_total">3</span>
<span></span>

I tried to fix it, but there is some "hacking" with regex within plugin, which I don't understand.

Cheers

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

No branches or pull requests

1 participant