sungkwangkim
Results
1
comments of
sungkwangkim
``` //android --> get space, comma keycode var getKeyCode = function (str) { return str.charCodeAt(str.length - 1); } $('#formTagSearch').on('keyup', '#searchTag > li.tagit-new > input[type=text]', function(e){ //for android chrome keycode fix...