$('.navlist').one('mouseenter', function(event) {
$('.dropdown-container').each(function(index, el) {
var image = $(this).find('.get-image').attr('data-image');
$(this).find('.set-image').removeClass('lazyloaded').addClass('lazyload').attr('data-src', image);
});
});
$('.dropdown-container').on('mouseenter', '.get-image', function(event) {
var image = $(this).attr('data-image'),
image2 = $(this).parents('.dropdown-container').find('.set-image');
image2.attr('src', image);
});
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/news-und-trends\/","name":"News und Trends"}},{"@type":"ListItem","position":3,"item":{"@id":"\/news-und-trends\/wellness\/","name":"WELLNESS"}},{"@type":"ListItem","position":4,"item":{"@id":"\/news-und-trends\/wellness\/infrarotkabine-vs-sauna\/","name":"Infrarotkabine vs. Sauna"}}]
}