Using Bootstrap Modal with a foreach loop
问题 I have a foreach loop which loops through my documents from a database, it only pulls in the IMAGES then I have a 4 images per row on my page, I would like to click one it opens a Modal with the image, click another same again. So i have this setup: @foreach (var item in Model.DocumentList) { // Below I am currently using just a ID for modal (which i know is wrong) <div class="col-lg-3 col-md-4 col-xs-6 thumb"> <a class="thumbnail" data-toggle="modal)" data-target="#myModal" title="@item