What two things need to happen for a text box's change event to fire?
A:
If you are talking about the onchange event on an HTML text or textarea element, it's after the value in a textbox has changed and the focus changes away from that element.
Chris Williams
2009-12-09 22:58:46
A:
@Chris-You are on the right track. Actually its when The cursor gets moved into the control and When control gains focus.
Kan
2009-12-10 18:04:26