> You may as well use jQuery for that. :-)
>
>  $(document).keydown( function( e ) {
>    if( e.which == 27) {  // escape, close box
>      $(".jqmWindow").jqmHide();
>    }
>  });
>
> -Mike

nice.  ;)

jQuery ftw.

Reply via email to