mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-21 14:10:39 +03:00
Performance and handly usage
This commit is contained in:
parent
abefab8a2b
commit
a16b628109
|
@ -256,7 +256,9 @@
|
|||
});
|
||||
},
|
||||
"ripples": function (selector) {
|
||||
$((selector) ? selector : this.options.withRipples).ripples();
|
||||
$(document).on('mousedown', selector || this.options.withRipples, function() {
|
||||
$(this).ripples();
|
||||
});
|
||||
},
|
||||
"autofill": function () {
|
||||
// This part of code will detect autofill when the page is loading (username and password inputs for example)
|
||||
|
|
Loading…
Reference in New Issue
Block a user