Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2013-10-18 06:12:24 +0400
committerChris Rebert <code@rebertia.com>2013-10-18 06:12:24 +0400
commit73bb911b2958219bc537c24efda26919e8b774d7 (patch)
tree69067919a03a90925e135c4a62789dc402c65484 /javascript.html
parent4c043b7d5f3f9d1f7c4ebe1e82c77b29d282fc39 (diff)
JS docs: add cross-reference to Getting Started mobile modal section
Diffstat (limited to 'javascript.html')
-rw-r--r--javascript.html4
1 files changed, 4 insertions, 0 deletions
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) {
<h4>Overlapping modals not supported</h4>
<p>Be sure not to open a modal while another is still visible. Showing more than one modal at a time requires custom code.</p>
</div>
+ <div class="bs-callout bs-callout-warning">
+ <h4>Mobile device caveats</h4>
+ <p>There are some caveats regarding using modals on mobile devices. <a href="{{ page.base_url }}getting-started#mobile-modals">See our browser support docs</a> for details.</p>
+ </div>
<h3>Static example</h3>
<p>A rendered modal with header, body, and set of actions in the footer.</p>