js enter键

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

posted @ 2013-09-03 15:44  Mancy  阅读(173)  评论(0编辑  收藏  举报