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

沒有留言:

張貼留言