|$('#modal').bind('keypress', function(e) {
       if(e.keyCode==27){
               // esc pressed... do anything here...
       }
});
|

Reply via email to