One for all,all for one.
2014年5月13日 星期二
Javascript fix barcode reader send ENTER+CRTL+J
add some code in line 37
if(event.preventDefault)
{
event.preventDefault();
}
else
{
event.returnValue = false;
}
References :
Disable ctrl + n and other ctrl + key combinations in JavaScript
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言