2024-09-18 16:47:42 +02:00

1 line
311 B
JavaScript

var exampleModal=document.getElementById("exampleModal");exampleModal.addEventListener("show.bs.modal",function(e){var t=e.relatedTarget.getAttribute("data-bs-whatever"),a=exampleModal.querySelector(".modal-title"),l=exampleModal.querySelector(".modal-body input");a.textContent="New message to "+t,l.value=t});