I'm suspecting that some jQuery plugins that I'm using are interfering with my keyboard arrow key presses by having specific events bound.
Assuming I don't care about breaking whatever it is they're doing, how can I unbind all events for, say, the left and right arrow key presses?
How would one debug or see a list of events that are fired upon key pressing? (I don't know which lines of code are currently handling the key presses, if any)