From b01323ae0571f0d8073bada09ffa78facc0ced7f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 28 Dec 2017 09:55:44 -0800 Subject: v4 beta 3 docs --- docs/4.0/getting-started/javascript/index.html | 418 ++++++------------------- 1 file changed, 96 insertions(+), 322 deletions(-) (limited to 'docs/4.0/getting-started/javascript') diff --git a/docs/4.0/getting-started/javascript/index.html b/docs/4.0/getting-started/javascript/index.html index 2e6fc3e20..e893fa242 100644 --- a/docs/4.0/getting-started/javascript/index.html +++ b/docs/4.0/getting-started/javascript/index.html @@ -3,18 +3,20 @@ - + + + -JavaScript · Bootstrap +JavaScript · Bootstrap - + - + @@ -29,28 +31,19 @@ - - - - + - - - - - - - + + + - - - - - - + + + + @@ -76,10 +69,8 @@ @@ -149,10 +134,8 @@
@@ -594,11 +388,7 @@
  • No conflict
  • Version numbers
  • -
  • No special fallbacks when JavaScript is disabled - -
  • +
  • No special fallbacks when JavaScript is disabled
  • Util
  • @@ -615,7 +405,7 @@

    Dependencies

    -

    Some plugins and CSS components depend on other plugins. If you include plugins individually, make sure to check for these dependencies in the docs. Also note that all plugins depend on jQuery (this means jQuery must be included before the plugin files). Consult our package.json to see which versions of jQuery are supported.

    +

    Some plugins and CSS components depend on other plugins. If you include plugins individually, make sure to check for these dependencies in the docs. Also note that all plugins depend on jQuery (this means jQuery must be included before the plugin files). Consult our package.json to see which versions of jQuery are supported.

    Our dropdowns, popovers and tooltips also depend on Popper.js.

    @@ -691,21 +481,21 @@

    The version of each of Bootstrap’s jQuery plugins can be accessed via the VERSION property of the plugin’s constructor. For example, for the tooltip plugin:

    -
    $.fn.tooltip.Constructor.VERSION // => "4.0.0-beta.2"
    +
    $.fn.tooltip.Constructor.VERSION // => "4.0.0-beta.3"

    No special fallbacks when JavaScript is disabled

    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> to explain the situation (and how to re-enable JavaScript) to your users, and/or add your own custom fallbacks.

    -

    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.

    Util

    -

    All Bootstrap’s JavaScript files depend on util.js and it has to be included alongside the other JS files. If you’re using the compiled (or minified) bootstrap.js, there is no need to include this—it’s already there.

    +

    All Bootstrap’s JavaScript files depend on util.js and it has to be included alongside the other JavaScript files. If you’re using the compiled (or minified) bootstrap.js, there is no need to include this—it’s already there.

    util.js includes utility functions and a basic helper for transitionEnd events as well as a CSS transition emulator. It’s used by the other plugins to check for CSS transition support and to catch hanging transitions.

    @@ -716,20 +506,7 @@ - - - - - - - - - - - - - - + - - -