Answers for "on click a tag open modal"

34

onclick open modal jquery

$('#myModal').modal('toggle');
$('#myModal').modal('show');
$('#myModal').modal('hide');
Posted by: Guest on February-12-2020
1

call modal by id href

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

Code answers related to "on click a tag open modal"

Browse Popular Code Answers by Language