会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
peter on the road...
一步一个脚印的强大起来
博客园
首页
联系
管理
2011年4月19日
Jquery屏蔽回车键
摘要: 1 $(function(){ 2 3 $(“#tagForm input”).keypress( 4 5 function(event){ 6 7 if(event.keyCode == 13){ 8 9 return false;10 11 }12 13 });14 15 })
阅读全文
posted @ 2011-04-19 11:48 peter cheng
阅读(585)
评论(2)
推荐(1)
公告