I have a bunch of images that are in a hidden div. The div is shown when the user clicks on some links.
I'd like to jQuery lazyload to hide these images until the link is clicked and the hidden div is exposed. But, if I use lazyload according to the documentation, the images are always loaded as the hidden div is in the viewport, presumably.
any ideas?