1
In this image below it is normal now, but every time I pass the mouse over it is placed the element figcaption
in the image, that figcaption
I used to paint the picture black.
Here, the image before I move the mouse with your $('img')
After I pass the mouse over she gets one figcaption
over her, because I used that figcaption
to paint in black.
Image with the $('figcaption')
active.
My question is: How can I click on the image and select the $('img')
?
I don’t want to select the figcaption
which is on top of the image, because with it I won’t be able to open my photo box.
$('img').bind('click',function() { $(this).$('caixabox').show('slow') }
);
Put the html code as well and what has been done to make it easier for us to help
– Anderson Henrique