Добавил надписи при неправильном вводе пароля

This commit is contained in:
seryy366
2020-03-22 15:59:01 +03:00
parent 8f569f5a1f
commit b5ef9ed032
5 changed files with 29 additions and 8 deletions

View File

@@ -8,4 +8,15 @@ function activeClass() {
document.getElementById('dropdown').style.display = "none";
a = 0;
}
}
}
$(function() {
setTimeout(function() {
$('#1').show(400);
}, 500);
setTimeout(function() {
$('#1').hide(400);
}, 6000);
});