Check the code below to capture both inputs: $("input").bind("keyup",function(e){. var value = this.value + String.fromCharCode(e.keyCode);. });.
確定! 回上一頁