open modal popup using jquery on trigger button click code example
Example 1: open modal in jqwuery
$("#myModal").modal('show')
Example 2: open modal in jqwuery
$("#myModal").modal()
$("#myModal").modal('show')
$("#myModal").modal()