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

The css class is missed,when i use PJAX,How to reload it? #735

Open
MrTlyer opened this issue May 2, 2022 · 0 comments
Open

The css class is missed,when i use PJAX,How to reload it? #735

MrTlyer opened this issue May 2, 2022 · 0 comments

Comments

@MrTlyer
Copy link

MrTlyer commented May 2, 2022

Typecho 分页导航 php:
<nav aria-label="分页导航区" class="pagination-nav"> <?php $this->pageNav('&laquo;', '&raquo;', 1, '...', array('wrapTag' => 'ul', 'wrapClass' => 'pagination justify-content-center ' . $color['name'], 'itemTag' => 'li', 'textTag' => 'a', 'currentClass' => 'active', 'prevClass' => 'prev', 'nextClass' => 'next')); ?> </nav>

PJAX OFF:
<nav aria-label="分页导航区" class="pagination-nav"> <ul class="pagination justify-content-center dark"><li class="active page-item"><a href="https://ntnas.top:82/typecho/page/1/" class="page-link">1</a></li><li class="page-item"><a href="https://ntnas.top:82/typecho/page/2/" class="page-link">2</a></li><li class="page-item"><a class="page-link">...</a></li><li class="page-item"><a href="https://ntnas.top:82/typecho/page/5/" class="page-link">5</a></li><li class="next page-item"><a href="https://ntnas.top:82/typecho/page/2/" class="page-link" aria-label="下一页">»</a></li></ul> </nav>

PJAX ON:
<nav aria-label="分页导航区" class="pagination-nav"> <ul class="pagination justify-content-center dark"><li class="prev"><a href="https://ntnas.top:82/typecho/page/1/">«</a></li><li><a href="https://ntnas.top:82/typecho/page/1/">1</a></li><li class="active"><a href="https://ntnas.top:82/typecho/page/2/">2</a></li><li><a href="https://ntnas.top:82/typecho/page/3/">3</a></li><li><a>...</a></li><li><a href="https://ntnas.top:82/typecho/page/5/">5</a></li><li class="next"><a href="https://ntnas.top:82/typecho/page/3/">»</a></li></ul> </nav>

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