$(document).on('keyup','input[name="txtInp"]',function(){})
改
$(document).on('input propertychange','input[name="txtInp"]',function(){})