I want to be able to use .toggle() but binded to the keydown element - jQuery
        Posted  
        
            by DanC
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by DanC
        
        
        
        Published on 2010-06-10T21:22:57Z
        Indexed on 
            2010/06/10
            21:32 UTC
        
        
        Read the original article
        Hit count: 232
        
I've seen thejQElement.toggle(fn1, fn2, fn3, fn4) would do the trick in case I wanted to click the element. I want it to sequencially fire the events on the tab keydown event.
Thanks
© Stack Overflow or respective owner