html - How to retrieve textfield value in real time? -
i trying find way update text in real time based on typed textfeild in html form.
i aware of javascript's onchange event, updates once user clicks outside of textfeild. looking way update upon each keystroke user inputs.
any help?
you can try onkeyup event in javascript. onkeyup
Comments
Post a Comment