I am trying to get a child element inside a div. I am able to get the div by matching the data attribute but I am struggling to get the child element, in this case <h6>. Can anyone tell me how to do that?
$('.marker-tooltip-container section').filter('[data-locationid="' + location.id + '"]').('h6').text(val);