jQuery Special Event : Alt Key Event Listener

JavaScript, jQuery 7 November 2009 | 0 Comments

jQuery provides developers the ability to add special events to the jQuery Event object via the Special Events API. In the code byte below is a snippet that allows you to add a listener for the Alt key mask to any DOM element as well as the document itself.

jQuery.event.special.alt = {
setup: function(data, namespaces) {
var elem [...]

Tagged in , , ,