jquery input 实时监听输入

$('input').bind('input propertychange', function() {
  alert('hello world')
});

 

posted on 2017-08-03 11:27  _jackie  阅读(579)  评论(0编辑  收藏  举报

导航