I\'m trying to implement key-press functionality which will remove a div when the user hits Esc. This works for Firefox & IE with the following code:
Esc
Using Jquery.hotkey js file you can Make Sortcut key
$(document).bind('keydown', 'esc', function(){ });