Answers for "modal with bootstrap5 and css"

5

open bootstrap modal with javascript

$("#myModal").modal()
Posted by: Guest on July-21-2020
0

bootstrap5 modal

var myModalEl = document.getElementById('myModal')
var modal = bootstrap.Modal.getInstance(myModalEl) // Returns a Bootstrap modal instance
Posted by: Guest on December-22-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language