当我使用PJAX时,Css课被错过了,如何重新装入?

作者: MrTlyer创建于 2022年5月2日更新于 2022年5月2日
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: ` `

内容来源: defunkt/jquery-pjax