From 74691b7e27b1015085427e024ff31d2b6b24de0a Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 14 Jul 2014 17:16:11 -0700 Subject: add docs note about browsers w/ JS disabled; fixes #14134 [skip sauce] --- docs/_includes/js/overview.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/_includes/js') diff --git a/docs/_includes/js/overview.html b/docs/_includes/js/overview.html index 2ef8fe850..3aaba0980 100644 --- a/docs/_includes/js/overview.html +++ b/docs/_includes/js/overview.html @@ -64,6 +64,9 @@ $('#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> to explain the situation (and how to re-enable JavaScript) to your users, and/or add your own custom fallbacks.

+

Third-party libraries

Bootstrap does not officially support third-party JavaScript libraries like Prototype or jQuery UI. Despite .noConflict and namespaced events, there may be compatibility problems that you need to fix on your own.

-- cgit v1.2.3