diff options
| author | Julian Thilo <[email protected]> | 2013-06-25 20:52:49 +0200 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2013-06-25 20:52:49 +0200 |
| commit | abb112173e26c6785ee472ee3fa41bd06e16e1cc (patch) | |
| tree | 9919f958bae07df6459d213f1301295a39bfcf15 /docs/javascript.html | |
| parent | e9951385b0507d2f28e332d7d5dcaea41b7e1d41 (diff) | |
| download | bootstrap-abb112173e26c6785ee472ee3fa41bd06e16e1cc.tar.xz bootstrap-abb112173e26c6785ee472ee3fa41bd06e16e1cc.zip | |
Add callout to docs: 3rd-party libs not supported
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 955ad31f8..d8ddfa98c 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"> + <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> |
