try this. JavaScript. Copy Code. $('#textareaID').bind('input propertychange', function() { alert("Onchange event" ); }) ; hope this helps.
確定! 回上一頁