This children / bg-image this

PHOTO EMBED

Mon Apr 19 2021 15:13:06 GMT+0000 (Coordinated Universal Time)

Saved by @deveseospace #javascript

$('> .child-class', this);
$('.element', this);


$('.thisParent').each(function() {
  var imageUrl = $(this).find('img').attr('src');
  //console.log(imageUrl);
  $('> .vc_column-inner', this).css("background-image", "url(" + imageUrl + ")");
  $(this).find('img').addClass('hidden');
});
content_copyCOPY

https://stackoverflow.com/questions/306583/how-to-get-the-children-of-the-this-selector