El portal con más pisos en Encuentra tu piso ahora mismo en Expertos en tu barrio Sants-Badal
Este sitio utiliza cookies para mejorar la experiencia del usuario. Aceptar
$('#acceptCookies').on('click', function(event) { event.preventDefault(); $.ajax({ url: 'http://localhost/accept-cookies', method: 'GET', headers: {'X-Requested-With': 'XMLHttpRequest'}, success: function(response) { var alertInstance = bootstrap.Alert.getInstance($('#cookieConsent')[0]); alertInstance.close(); }, error: function(jqXHR, textStatus, errorThrown) { console.error('Error al aceptar las cookies:', textStatus); } }); }); $('.pagination .page-link').click(function () { var navbarHeight = $(".navbar.navbar-full").first().outerHeight(); if($(".intro-section").first().offset()?.top) { var introSectionOffset = $(".intro-section").first().offset().top; var introSectionHeight = $(".intro-section").first().outerHeight(); } else { var introSectionOffset = $(".ag-head-bg").first().offset().top; var introSectionHeight = $(".ag-head-bg").first().outerHeight(); } $('html, body').scrollTop(introSectionOffset + introSectionHeight - navbarHeight); });