Hello Community,
I am new to jQuery and I came across a Problem with the find function.
I got the following two lines in my code
console.log($('ul.gallery'));
console.log($("ul.gallery").find("img"));
And the output in Opera Dragonfly looks like that
As you can see, the find function does not find the img tags, but as you can also see, it is there.
I don't know if this has something to do with that strange <::after> tag. And I don't know where this comes form. But I need a reference to that img tags. And can't get it.
Can you please help me?
Kind regards
Angelo Hannes