js enter键

  $('#txtbaiduRote').live("keyup", function (event) {
            if (event.keyCode == 13) {
                BaiduRote();
            }
        }); 

转载于:https://www.cnblogs.com/Mancy/p/3298868.html

你可能感兴趣的:(js enter键)