From: Julian Thilo Date: Mon, 20 Jan 2014 22:36:52 +0000 (+0100) Subject: fix #12314 X-Git-Tag: v3.1.0~35^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a36ecaac64dea84be85b4876fc3c8d20d87f8e8;p=thirdparty%2Fbootstrap.git fix #12314 --- 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.