boedesign – canadian based web developer eh » Blog Archive » Keystrokes for jQuery
boedesign – canadian based web developer eh » Blog Archive » Keystrokes for jQuery: "$(document).bind('keystrokes.SingleItem', {
// The key pattern you set your element to listen for
keys: ['m', 'arrow down+r']
}, function(event){
// Unbind this event after it's been successfully typed
$(this).unbind(event.keystrokes.stack_item.name);
alert('You typed : ' + event.keystrokes.stack_item.keys.join(', ') + '. You cannot type it again because it has been unbound!');
});"
'via Blog this'
// The key pattern you set your element to listen for
keys: ['m', 'arrow down+r']
}, function(event){
// Unbind this event after it's been successfully typed
$(this).unbind(event.keystrokes.stack_item.name);
alert('You typed : ' + event.keystrokes.stack_item.keys.join(', ') + '. You cannot type it again because it has been unbound!');
});"
'via Blog this'
Comments
public key infrastructure