diff --git a/javascript.html b/javascript.html index 5eb742cd24..a0e96c1c63 100644 --- a/javascript.html +++ b/javascript.html @@ -104,6 +104,11 @@ $('#myModal').on('show.bs.modal', function (e) {

Examples

Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.

+
+

Overlapping modals not supported

+

Be sure not to open a modal while another is still visible. Showing more than one modal at a time requires custom code.

+
+

Static example

A rendered modal with header, body, and set of actions in the footer.