Answers for "modal methods in jquery options"

34

modal.show jquery

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

open modal in jqwuery

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

Browse Popular Code Answers by Language