Hi folks,
I'm set up a simple next/prev between pages that are loaded in via pjax with the following:
<?php if ($page->next->id) : ?>
<div class="next-solution-container">
<a data-pjax class="next-solution" href="<?php echo $page->next->url; ?>"><span><?php echo $page->next->title; ?...