After a load of products by Infinite Scroll, the product's lightbox won't open

Scriptkiddie
Frá France
Meðlimur síðan júl. 2019

Hi

Did you forget this fix ?


 if (data.replace(/^\s\s*/, '') == '') {
$('.pagination').remove();
contentQueue = '';
endofContent = true;
$('body').css('cursor', '');
} else {
contentQueue = data;
$('body').css('cursor', '');
nextPage++;
loadInProcess = false;
}
}).done(function(data, status, jqXHR) {
$('*[data-toggle="lightbox"]').featherlight({
closeIcon: '✖',
loading: '',
targetAttr: 'data-target'
});
});```
Þú
This website uses no cookies and no third party tracking technology. We think we can do better than others and really think about your privacy.