I have a div and inside that div are a lot of images. Some are hidden and some are not. Is there a simple way to find out if all images are hidden? The code below will fire if some of the images are hidden. I want it to fire only if all images are hidden. Thanks.
if ($('#images' img").is(":hidden"))