Colleagues.
I have a list of images that I'm bringing this way:
<?php for($img = 1; $img <= 29; $img++){ ?>
<a class="image-popup-fit-width img-thumbnail" href="images/exclusivos/<?php echo $img; ?>g.jpg" title="Boneca Salto 5cmm.">
<img src="images/exclusivos/<?php echo $img; ?>p.jpg">
</a>
<?php } ?>
And I'm using the magnific popup plugin to enlarge the photos, but would like the user to clicking on top of one of the images, appears a checked so that I can send to the order table. This way:
Is there any plugin or way to do this in Jquery?