Archive | January 22nd, 2013

jQuery Event Handling – Key Events

January 22, 2013

2 Comments

jquery

In addition to mouse events, jQuery also responds to key board events when user presses any key on the keyboard, presses key down, releases key up, input element receives focus, or input element looses focus. These events are triggered when user interacts with the keyboard. In general, these key events are bound to the HTML [...]

email