Roofing, the Easy Way

At Bumble Roofing, there's No Gimmicks, No Haggling, No Pressure - EVER. Get your estimate today!

Get Estimate

jQuery(document).on('bricks/ajax_complete', function() { let paginationLinks = jQuery('.pagination a'); paginationLinks.off('click').on('click', function(event) { event.preventDefault(); let url = jQuery(this).attr('href'); history.pushState(null, '', url); jQuery('html, body').animate({ scrollTop: jQuery('.gallery-container').offset().top }, 500); jQuery.get(url, function(data) { let newContent = jQuery(data).find('.gallery-container').html(); jQuery('.gallery-container').html(newContent); }); }); });