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) {
Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.
+Be sure not to open a modal while another is still visible. Showing more than one modal at a time requires custom code.
+A rendered modal with header, body, and set of actions in the footer.