Binding events is one of the most common tasks a JavaScript developer has to do. It's integral to the way our applications handle user interaction and response. Since it's inception, jQuery has had event handling via various helper methods that helped to abstract cross-browser differences. If you're a jQuery developer, I'm sure you're used to [...]