core/api/modules/map/mod.js

4 lines
143 B
JavaScript
Raw Normal View History

2022-12-11 13:55:49 +05:00
$(".etazh").click(function(event) {
var etazh = $(this).data('etazh');
$("#etazh").attr('src', '/img/main/map' + etazh + ".jpg");
})