$('textarea').bind('propertychange',function(){
                $('#result').html($('textarea').val())
            }其中的'propertychange' 是什么意思?为什么在jquery api 事件中没有找到?