how to open bootstrap model using javascript code example
Example 1: open modal in jqwuery
$("#myModal").modal('show')
Example 2: open modal in jqwuery
$("#myModal").modal()
$("#myModal").modal('show')
$("#myModal").modal()