Raise event to another control with jquery
        Posted  
        
            by Chad
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Chad
        
        
        
        Published on 2010-05-06T16:46:32Z
        Indexed on 
            2010/05/06
            16:58 UTC
        
        
        Read the original article
        Hit count: 1139
        
jQuery
|javascript-events
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.
© Stack Overflow or respective owner