Which jQuery method is commonly used to handle Bootstrap modal events?

  • modalEvent()
  • onModalEvent()
  • bindModalEvent()
  • on('modalEvent')
The correct answer is onModalEvent(). This method is commonly used to attach event handlers to Bootstrap modal events using jQuery. It allows you to define actions when the modal is opened, closed, or other events occur, enhancing the modal's functionality.
Add your answer
Loading...

Leave a comment

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