master
elf 2 years ago
parent 5caac5fc6f
commit 929d0e0fa1

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