From: Julian Thilo Date: Tue, 25 Jun 2013 18:52:49 +0000 (+0200) Subject: Add callout to docs: 3rd-party libs not supported X-Git-Tag: v3.0.0-rc1~232^2^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abb112173e26c6785ee472ee3fa41bd06e16e1cc;p=thirdparty%2Fbootstrap.git Add callout to docs: 3rd-party libs not supported --- diff --git a/docs/javascript.html b/docs/javascript.html index 955ad31f82..d8ddfa98ca 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -64,6 +64,11 @@ $('#myModal').on('show.bs.modal', function (e) { if (!data) return e.preventDefault() // stops modal from being shown }) {% endhighlight %} + +
+

Third-party libraries

+

Bootstrap does not 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.

+