$(‘textarea‘).bind(‘input propertychange‘, function() { $(‘div‘).html($(this).val().length); });
实时监听输入框值变化:oninput & onpropertychange
原文:http://www.cnblogs.com/cssfirefly/p/4126482.html