I'm trying to implement the jquery.hotkeys.0.7.9 plugin. It's very nice since it allows me to specify complex key codes in english rather than numbers.
However, in 1.4.2 I've run into a problem. If I make four binds the function in a particular bind is called four times. If I make two binds that single bind is called twice. In 1.4.1 and 1.3.2 it works as expected, the function is called once.
The getRow function gets a data row from a grid that is hidden. Everything works as expected. However, in 1.4.2 if I press the right arrow key the function getRow('next', null) will be called four times. If all I change is the version number in my <script> call (as follows) to 1.4.1 or 1.3.2 it works perfectly. Is this a change or a bug?