Answers for "jquery when click on window the modal box hide"

5

hide and show modal jquery

$('#myModal').modal('toggle');
$('#myModal').modal('show');
$('#myModal').modal('hide');
Posted by: Guest on April-18-2021

Code answers related to "jquery when click on window the modal box hide"

Code answers related to "Javascript"

Browse Popular Code Answers by Language