Answers for "open modal with jquery bootstrap5"

6

open bootstrap modal with javascript

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

how to show bootstrap 5 modal using jquery

/*SM*/ 
$("#exampleModal").modal("show");
Posted by: Guest on July-11-2021

Browse Popular Code Answers by Language