K

Size: a a a
K
TR
TR
TR
K
1
A
1
D
var inputId = document.getElementById("search");
var inputNotChangedOnce = true;
inputId.oninput = handleInput;
function handleInput(e) {
if (inputNotChangedOnce) {
console.log(123);
var inputNotChangedOnce = false;
} e.preventDefault();
}
А
var inputId = document.getElementById("search");
var inputNotChangedOnce = true;
inputId.oninput = handleInput;
function handleInput(e) {
if (inputNotChangedOnce) {
console.log(123);
var inputNotChangedOnce = false;
} e.preventDefault();
}
UD
var inputId = document.getElementById("search");
var inputNotChangedOnce = true;
inputId.oninput = handleInput;
function handleInput(e) {
if (inputNotChangedOnce) {
console.log(123);
var inputNotChangedOnce = false;
} e.preventDefault();
}
UD
А
D
UD
CM
UD
D