jQuery(document).ready(function($) { // Find all carousel widgets within listing grid items $('.jet-listing-grid__item').each(function(index) { // Find all lightbox links within this specific grid item $(this).find('.elementor-carousel a[data-elementor-open-lightbox="yes"]').each(function() { // Give each carousel a unique gallery identifier $(this).attr('data-elementor-lightbox-slideshow', 'gallery-' + index); }); }); });
Skip to content