07 2013 档案

摘要:http://www.htmlentities.com/html/entities/The view below displays the characters used in the official W3C HTML and XHTML specifications in readable fo... 阅读全文
posted @ 2013-07-24 09:56 Eric Sun 阅读(813) 评论(0) 推荐(0) 编辑
摘要:JS 捕获 input 中 键盘按键 的相应处理事件是很简单的,google搜索一下很容易找到处理方式,请看如下一种简单的处理方式:HTML代码: JavaScript 方法: $("#myinput").on("keydown", function (e) { if (e.keyCode == 13) { //to-do when click Enter Key } });下面列举其他常用按键的所对应的KeyCode:用Jquery绑定其他按键事件的方式,请看如下链接:http... 阅读全文
posted @ 2013-07-15 08:26 Eric Sun 阅读(14269) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示