I have a page with an input box, and a function that processes the value of this input box and produces piece of text. I want this text to always be up to date in relation t
If you can't find a combination of events that cover all cases, you may want to use setInterval(function() {... }, period). You could play around with the period to see how well this works.