In Bootstrap, which JavaScript method is used to programmatically open a modal?

  • showModal()
  • openModal()
  • show()
  • toggleModal()
In Bootstrap, the 'show()' method is used to programmatically open a modal. This method triggers the modal to become visible, and you can use it in JavaScript to control the modal's display based on specific events or conditions in your application.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *