aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-06-25 13:34:03 -0700
committerMark Otto <[email protected]>2013-06-25 13:34:03 -0700
commit6ac063430f9581187a7090f26a3dcd4eca7a4535 (patch)
treeca935e196cefd51673fc59895f125d93bc5c3a55 /docs/javascript.html
parent534ba060beb314e85a457c1fc43c21a911ee35d7 (diff)
parentfe25ebc2af03c9a81cb0f9879a49d387a6a2904e (diff)
downloadbootstrap-6ac063430f9581187a7090f26a3dcd4eca7a4535.tar.xz
bootstrap-6ac063430f9581187a7090f26a3dcd4eca7a4535.zip
Merge pull request #8290 from juthilo/3.0.0-docs-nothird
Add new callouts to docs
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 955ad31f8..9a5a5b6f0 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 %}
+
+ <div class="bs-callout" 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. Ask on the <a href="http://groups.google.com/group/twitter-bootstrap">mailing list</a> if you need help.</p>
+ </div>
</div>