Loading...
Blog Banner

LOVE ADVICE AT YOUR FINGERTIPS

Experience our service with Free minutes from select Advisors
Blogs
// Show loader on pagination click document.addEventListener('DOMContentLoaded', function() { var paginationLinks = document.querySelectorAll('.pagination a.page-link'); paginationLinks.forEach(function(link) { link.addEventListener('click', function(e) { var loader = document.getElementById('global-page-loader'); if (loader) { e.preventDefault(); loader.style.display = 'flex'; sessionStorage.setItem('skip_page_loader', 'true'); setTimeout(function() { window.location.href = link.href; }, 50); } }); }); });