I have a question, playing with javascript, I have...
# javascript
s
I have a question, playing with javascript, I have two input fields and entering a value in one input also adds the value in the 2nd input field and i want to trigger an event on the 2nd input field, i tried with input, change, but none of them is firing, and what if the 2nd input field is readonly, will it work the same way or it will not fire at all