diff options
| author | Mark Otto <[email protected]> | 2017-12-26 13:31:53 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-12-26 13:31:53 -0800 |
| commit | dd7a8be7119a7081f58f31adb30842a5f663b6a6 (patch) | |
| tree | d428ff2dfe29364548b45abd5edc68163df29f6a /docs/4.0/getting-started/javascript.md | |
| parent | 234a894a0b4db90ee7fb609d71b359a1de6fe925 (diff) | |
| parent | 878e5c591062c3116b1f6c4530af2bb59f82e467 (diff) | |
| download | bootstrap-dd7a8be7119a7081f58f31adb30842a5f663b6a6.tar.xz bootstrap-dd7a8be7119a7081f58f31adb30842a5f663b6a6.zip | |
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs/4.0/getting-started/javascript.md')
| -rw-r--r-- | docs/4.0/getting-started/javascript.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/getting-started/javascript.md b/docs/4.0/getting-started/javascript.md index ed2d18bf9..72d1e14ec 100644 --- a/docs/4.0/getting-started/javascript.md +++ b/docs/4.0/getting-started/javascript.md @@ -115,7 +115,7 @@ $.fn.tooltip.Constructor.VERSION // => "{{ site.current_version }}" Bootstrap's plugins don't fall back particularly gracefully when JavaScript is disabled. If you care about the user experience in this case, use [`<noscript>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/noscript) to explain the situation (and how to re-enable JavaScript) to your users, and/or add your own custom fallbacks. {% callout warning %} -#### Third-party libraries +##### Third-party libraries **Bootstrap does not officially 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. {% endcallout %} |
