xgqfrms™, xgqfrms® : xgqfrms's offical website of cnblogs! xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

js & enter

js & enter

keycode


function (e) {
    if (e.which === 13 || e.keyCode === 13) {
        //code to execute here
        return false;
    }
    return true;
};


posted @ 2019-01-12 20:38  xgqfrms  阅读(125)  评论(1编辑  收藏  举报