jquery input 实时监听输入

$('input').bind('input propertychange', function() {
  alert('hello world')
});
原文地址:https://www.cnblogs.com/aiyr/p/7278773.html