bootstrap javascript for modal code example
Example 1: open modal in jqwuery
$("#myModal").modal('show')
Example 2: html data-target modal
$('#myModal').modal('show')
$("#myModal").modal('show')
$('#myModal').modal('show')