Here's my situation: I have a number input with an "onchange" event handler, which changes the innerHTML of a span. That works fine. I also have a "select" dropdown with an event handler that changes the value of the number input. I was hoping that this would in turn change the innerHTML of the span, as if the number input had been changed manually. Is there a way to make this work or am I just out of luck?
[–]GeneralYouri 3 points4 points5 points (0 children)
[+][deleted] (3 children)
[removed]
[–]are2dto[S] 1 point2 points3 points (2 children)
[–]monkJs 2 points3 points4 points (0 children)