1
Colleagues.
I have a relationship 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 plugin magnific popup to enlarge the photos, but would like the user to click on one of the images, appear a checked so that I can send to the order table. Thus:
Is there any plugin or way to do this in Jquery?
Thanks for the help Chun.
– user24136