Hello everyone, I've been searching for a solution to my question online but couldn't find one. I am looking to hide images based on their icon-value attribute. For example, I want to hide the image with icon-value="1" within the div that has a class of .box.
<div class="box">
<div class="icon"><img src="xyz/smiley.png" icon-value="1" icon-index="0"></div>
<div class="icon"><img src="xyz/1.png" icon-value="2" icon-index="1"></div>
</div>