How do I make everything on a page that responds to a click also respond to enter and spacebar keys with jQuery?
As an accessibility consultant, one thing I run into a LOT is controls that work on mouse click, but not on enter or spacebar. There are plenty of examples of how to add key functionality to specific elements, but nothing generic. It occurred to me that I could kill a lot of birds with one stone and save a lot of time if I had a script that would: