Answers for "jquery modal result"

34

modal.show jquery

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

jquery on modal show

$(window).on('shown.bs.modal', function() { 
    $('#code').modal('show');
    alert('shown');
});
Posted by: Guest on October-01-2020
6

open modal in jqwuery

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

Browse Popular Code Answers by Language