From 4380ca434885f33072885e639a2d29cc203771bd Mon Sep 17 00:00:00 2001 From: nkav Date: Sun, 19 Jan 2014 14:19:20 -0500 Subject: Corrected tag for Alert JS animation example from to {% endhighlight %}

Methods

-- cgit v1.2.3 From 4a36ecaac64dea84be85b4876fc3c8d20d87f8e8 Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Mon, 20 Jan 2014 23:36:52 +0100 Subject: fix #12314 --- docs/javascript.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index bdb102158..7d41a0378 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.

-- cgit v1.2.3