i have some number of input fields.
when i am adding 1+2 result is placed on 3 filed by calling keyup event of 2
4+5 result is placed on 6 filed by calling keyup event of 5
i want total of 3+6 in 7 input filed.for that which event has to call?
value change is not working?
when put cursor on 7 only it works.
but i want when 3,7 input value changed then i want result in total filed how to do this?