lizMap.events.on({ layersadded: function(e) { var html = ''; // Header html+= ''; // Main content : body html+= ''; // Footer html+= ''; $('#lizmap-modal').html(html); // Hide project image $('#lizmap-modal p:first,#lizmap-modal img.liz-project-img').hide(); // Hide title label+content & description label $('#lizmap-modal dl.dl-vertical dt:first,#lizmap-modal dl.dl-vertical dd:first,#lizmap-modal dl.dl-vertical dt:nth-child(2)').hide(); // Show modal $('#lizmap-modal').modal('show'); } });