VOOZH about

URL: https://www.geeksforgeeks.org/bootstrap/how-to-use-modal-closing-event-in-twitter-bootstrap/

⇱ How to use modal closing event in Twitter Bootstrap ? - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

How to use modal closing event in Twitter Bootstrap ?

Last Updated : 18 Jun, 2020
Bootstrap Modals offer a lightweight, multi-purpose JavaScript popup that's customizable and responsive. They can be used to display alert popups, videos, and images in a website. Bootstrap Modals are divided into three primary sections: header, body, and footer. Syntax:
class | tabindex | role | aria-labelledby
Approach: It shows the pop-up menu with the header, body, and footer with the close and submits button. Explanation: Below is a static modal example (meaning its position and display have been overridden) including the modal header, modal body (required for padding), and modal footer (optional). We ask that you include modal headers with dismiss actions whenever possible, or provide another explicit dismiss action. Example: Output: 👁 Image
Supported Browsers: It supports in Flex layout.
  • Chrome: Yes
  • Firefox: Yes (63.0)
  • Edge: No
  • Internet Explorer: No
Comment
Article Tags:

Explore