mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-20 13:40:42 +03:00
Performance and handly usage
This commit is contained in:
parent
6393f14922
commit
08a2702506
|
@ -301,6 +301,8 @@ $.material.options = {
|
|||
}
|
||||
```
|
||||
|
||||
For the ripples, a delegate is created using the given selector. This avoids manual call to `$.fn.ripples` when new inputs are created. If you want to apply statically ripples, set option `"ripplesDelegate": false`.
|
||||
|
||||
### Arrive.js support
|
||||
|
||||
If you need to dynamically add elements to your DOM then you may need to include [`Arrive.js`](https://github.com/uzairfarooq/arrive) before `Material.js`. This will automatically apply `material.js` to every new element added via JavaScript.
|
||||
|
|
Loading…
Reference in New Issue
Block a user