lizMap.events.on({ layersadded: function(e) { var html = ''; html+= ''; html+= ''; html+= ''; $('#lizmap-modal').html(html).modal('show'); } });