open jquery modal code example
Example 1: open modal in jqwuery
$("#myModal").modal('show')
Example 2: onclick open modal jquery
$('#my-modal').modal({
show: 'false'
});
$("#myModal").modal('show')
$('#my-modal').modal({
show: 'false'
});