diff --git a/javascript.html b/javascript.html index 453be70ce9..eb9e5ced6c 100644 --- a/javascript.html +++ b/javascript.html @@ -15,7 +15,7 @@ base_url: "../"
Plugins can be included individually (using bootstrap's individual *.js
files, or all at once (using bootstrap.js
or the minified bootstrap.min.js
.
Plugins can be included individually (using Bootstrap's individual *.js
files, or all at once (using bootstrap.js
or the minified bootstrap.min.js
.
Sometimes it is necessary to use Bootstrap plugins with other UI frameworks. In these circumstances, namespace collisions can occasionally occur. If this happens, you may call .noConflict
on the plugin you wish to revert the value of.
Bootstrap provides custom events for most plugin's unique actions. Generally, these come in an infinitive and past participle form - where the infinitive (ex. show
) is triggered at the start of an event, and its past participle form (ex. shown
) is trigger on the completion of an action.
As of 3.0.0, all bootstrap events are namespaced.
+As of 3.0.0, all Bootstrap events are namespaced.
All infinitive events provide preventDefault
functionality. This provides the ability to stop the execution of an action before it starts.