ethan roman
Results
1
issues of
ethan roman
``` Edit ``` ``` ; (function() { const modal = new bootstrap.Modal(document.getElementById("modal")) htmx.on("htmx:afterSwap", (e) => { // Response targeting #dialog => show the modal console.log("xxxxxxxxx") if (e.detail.target.id == "dialog") {...