preventDefault (); }); }); And for the re-enable handler do this: $ ("#project_close").click (function () { $ (document).off ('keydown'); }); The on ...
確定! 回上一頁