$('.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\/green-choice\/","name":"GREEN CHOICE"}},{"@type":"ListItem","position":4,"item":{"@id":"\/news-und-trends\/green-choice\/schenke-alten-dingen-ein-neues-leben\/","name":"Schenke alten Dingen ein neues Leben"}}]
}