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