Answers for "modal open close jquery"

9

close modal jquery

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

open modal in jqwuery

$("#myModal").modal('show')
Posted by: Guest on October-07-2020
2

modal show not close jquery

jQuery('#modal_ajax').modal('show', {backdrop: 'static', keyboard: false});
Posted by: Guest on December-25-2020
-1

onclick open modal jquery

$('#my-modal').modal({
    show: 'false'
});
Posted by: Guest on February-12-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language