i need to show all images, which are in the div with class="deep".
when i try the following script it doesn’t work.
$(".deep img").css("visibility", "visible");
i can solve the problem using something like .each, but maybe there is something more simple?
Thanks
If the images are
visibility: hiddenthis will work. However, more often they’redisplay:none, in which case do this: