mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Add callout to docs: 3rd-party libs not supported
This commit is contained in:
parent
e9951385b0
commit
abb112173e
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue