Answers for "close button bootstrap"

0

how to implement close button using bootstrap

<button type="button" class="close" aria-label="Close">
  <span aria-hidden="true">×</span>
</button>
Posted by: Guest on May-01-2021
4

open bootstrap modal with javascript

$("#myModal").modal()
Posted by: Guest on July-21-2020

Browse Popular Code Answers by Language