mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-12 01:02:19 +03:00
js
This commit is contained in:
parent
7ea515dcbc
commit
94f227f3e9
|
@ -24,7 +24,7 @@ $(function (){
|
|||
}
|
||||
});
|
||||
|
||||
$(document).on("change", ".form-control", function() {
|
||||
$(document).on("keyup", ".form-control", function() {
|
||||
if ($(this).val() !== "") {
|
||||
$(this).removeClass("empty");
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user