close button bootstrap code example
Example 1: how to implement close button using bootstrap
<button type="button" class="close" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
Example 2: open bootstrap modal with javascript
$("#myModal").modal()