Answers for "bootstrap click open modal instead of page"

4

programmatically show modal boostrap

$('#myModal').modal('show');
Posted by: Guest on January-11-2021
6

open bootstrap modal with javascript

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

Code answers related to "bootstrap click open modal instead of page"

Browse Popular Code Answers by Language