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

Author: MrTlyerCreated May 2, 2022Updated May 2, 2022
Typecho 分页导航 php: ` pageNav('«', '»', 1, '...', array('wrapTag' => 'ul', 'wrapClass' => 'pagination justify-content-center ' . $color['name'], 'itemTag' => 'li', 'textTag' => 'a', 'currentClass' => 'active', 'prevClass' => 'prev', 'nextClass' => 'next')); ?> ` PJAX OFF: ` ` PJAX ON: ` `