I want to be able to use .toggle() but binded to the keydown element - jQuery
- by DanC
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