From: Chris Rebert Date: Fri, 18 Oct 2013 02:12:24 +0000 (-0700) Subject: JS docs: add cross-reference to Getting Started mobile modal section X-Git-Tag: v3.0.1~39^2~14^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11156%2Fhead;p=thirdparty%2Fbootstrap.git JS docs: add cross-reference to Getting Started mobile modal section --- diff --git a/javascript.html b/javascript.html index 95dcc3acce..eb051a87bf 100644 --- a/javascript.html +++ b/javascript.html @@ -108,6 +108,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.

+
+

Mobile device caveats

+

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

+

Static example

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