
Tony He
Living an absolutely not meaningless life with totally not unachievable goals.
马上订阅 Tony He RSS 更新: https://www.ouorz.com/feed
Jquery 监听回车事件与右键事件
Tony He
2019年1月27日 21:49
personaltechnologylifeblogs
在指定ID的区域内监听回车事件: $("#send_content").bind("keydown", function(e) { // 兼容FF和IE和Opera var theEvent = e || window.event; var code = theEvent.keyCode || theEvent.whi...