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