$(document).ajaxStart(function() { Pace.restart(); }); $(document).ready(function () { getPosts(window.location.href); $(document).on('click', '.pagination a', function (e) { e.preventDefault(); getPosts($(this).attr('href')); }); });