Raise event to another control with jquery
- by Chad
Is it possible to raise a keyup event from one control (text input) to another control (say, a select element)?
In short, when certain keys are pressed in the text box (up, down, etc) I need that event to also happen in the select element.