aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript/overview.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/javascript/overview.md')
-rw-r--r--docs/javascript/overview.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/javascript/overview.md b/docs/javascript/overview.md
index c83773e4f..64c436ab3 100644
--- a/docs/javascript/overview.md
+++ b/docs/javascript/overview.md
@@ -79,6 +79,10 @@ $('#myModal').on('show.bs.modal', function (e) {
})
{% endhighlight %}
+### No special fallbacks when JavaScript is disabled
+
+Bootstrap's plugins don't fall back particularly gracefully when JavaScript is disabled. If you care about the user experience in this case, use [`<noscript>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/noscript) to explain the situation (and how to re-enable JavaScript) to your users, and/or add your own custom fallbacks.
+
<div class="bs-callout bs-callout-warning" id="callout-third-party-libs">
<h4>Third-party libraries</h4>
<p><strong>Bootstrap does not officially support third-party JavaScript libraries</strong> like Prototype or jQuery UI. Despite <code>.noConflict</code> and namespaced events, there may be compatibility problems that you need to fix on your own.</p>