0
Hello
I have an Iframe that has an image and would like to remove it, but it’s not working...
<script>
$( document).ready(function() {
$(document).find("img[src='/assets/online/cf_logo-9733d198a764182fc89bc38518f73f91efd7a413394b1ca263e8ba4774ed8b5b.png']").hide();
});
</script>
If I inspect the image and paste the . Hide() line into the console, it hides. If I don’t inspect the image and paste, nothing happens as well as when I upload the page
Any suggestions?
Thank you
It’s still the same... :(
– Pedro Antônio
If the image changes src try to take by xpath or post the html of the iframe so that I help you better
– Marco Vinicius Soares Dalalba