Answers for "<button type="button" class="close" data-dismiss="modal">&times;</button>"

0

bootstrap modal don't dismiss

<div class="modal fade" id="myModal" data-backdrop="static" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
Posted by: Guest on September-07-2020
0

data-dismiss="modal" in js

$('.close').click();
Posted by: Guest on January-08-2022

Code answers related to "<button type="button" class="close" data-dismiss="modal">&times;</button>"

Code answers related to "Javascript"

Browse Popular Code Answers by Language