Answers for "show modal on specific url javascript"

0

call modal by id href

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

display modal without button click

$("#getCodeModal").modal("show");
Posted by: Guest on April-19-2020

Browse Popular Code Answers by Language