]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add callout to docs: 3rd-party libs not supported
authorJulian Thilo <bigj95t@gmail.com>
Tue, 25 Jun 2013 18:52:49 +0000 (20:52 +0200)
committerJulian Thilo <bigj95t@gmail.com>
Tue, 25 Jun 2013 18:52:49 +0000 (20:52 +0200)
docs/javascript.html

index 955ad31f82a1af6e0d13cf2b018829fddd9bf370..d8ddfa98cac3d135b86779a50337e7a7d8170c8d 100644 (file)
@@ -64,6 +64,11 @@ $('#myModal').on('show.bs.modal', function (e) {
   if (!data) return e.preventDefault() // stops modal from being shown
 })
 {% endhighlight %}
+
+    <div class="bs-callout">
+      <h4>Third-party libraries</h4>
+      <p><strong>Bootstrap does not 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>
+    </div>
   </div>