Answers for "link modal bootstrap 3"

0

call modal by id href

<a href="!#" data-toggle="modal" data-target="#login">
</a>
Posted by: Guest on January-04-2021
4

open bootstrap modal with javascript

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

Browse Popular Code Answers by Language