0
How to get textarea value with with onkeydown/keydown event in JavaScript?
When I trying with these code below it can't return the last value of the textarea element: var testarea = document.getElem......... document.onkeydown = function(){ testarea.value; }
1 Resposta
0
because it just says testarea.value with no other context