From 4a36ecaac64dea84be85b4876fc3c8d20d87f8e8 Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Mon, 20 Jan 2014 23:36:52 +0100 Subject: [PATCH] fix #12314 --- docs/javascript.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/javascript.html b/docs/javascript.html index bdb1021587..7d41a0378a 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -102,6 +102,10 @@ $('#myModal').on('show.bs.modal', function (e) {

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.

+
+

Modal markup placement

+

Always try to place a modal's HTML code in a top-level position in your document to avoid other components affecting the modal's appearance and/or functionality.

+

Mobile device caveats

There are some caveats regarding using modals on mobile devices. See our browser support docs for details.