$(".samenwerkingen li a").each(function(){ imageUrl=$(this).find("img").attr("src"); $(this).css('background-image', 'url(' + imageUrl + ')'); $('img',this).remove(); });
3 months ago
keyboard shortcuts: ← previous shot → next shot L or F like
1 Response
Pro
Ivo Ruijters
$(".samenwerkingen li a").each(function(){
imageUrl=$(this).find("img").attr("src");
$(this).css('background-image', 'url(' + imageUrl + ')');
$('img',this).remove();
});
3 months ago