master
elf 2 years ago
parent 5caac5fc6f
commit 929d0e0fa1

@ -70,6 +70,7 @@
<?php } ?> <?php } ?>
</div> </div>
<script type="text/javascript"> <script type="text/javascript">
jQuery(function ($) {
$('.btn-enquiry-img').on('click', function() { $('.btn-enquiry-img').on('click', function() {
layer.open({ layer.open({
type: 1, type: 1,
@ -78,4 +79,5 @@ $('.btn-enquiry-img').on('click', function() {
content: '<img src="'+ $(this).data('url') + '" alt="">' content: '<img src="'+ $(this).data('url') + '" alt="">'
}); });
}) })
});
</script> </script>
Loading…
Cancel
Save