mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-10 16:50:36 +03:00
docs: Added note about arrive.js
This commit is contained in:
parent
a64a239515
commit
b3f47dff0f
|
@ -122,3 +122,13 @@ Bootstrap's plugins don't fall back particularly gracefully when JavaScript is d
|
||||||
All Bootstrap Javascript 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 Javascript 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.
|
||||||
|
|
||||||
`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.
|
`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.
|
||||||
|
|
||||||
|
## Dynamically generated elements
|
||||||
|
|
||||||
|
If you use Material Design for Bootstrap on a project handled by Angular, React or other frameworks
|
||||||
|
that dynamically generate and append new elements to the document, you'll need to manually
|
||||||
|
call the Material Design for Bootstrap javascript functions to initialize new elements such
|
||||||
|
as inputs.
|
||||||
|
|
||||||
|
Alternatively, you can include [arrive.js](https://github.com/uzairfarooq/arrive) before the MDB
|
||||||
|
javascript to automatically initialize any dynamically generated element.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user