Hi.
I have a textarea and i want my button to be enabled when the contents of the textarea is changed. But i don't want onchange method because even when i type even a letter it keeps firing the js function.
I got the contents of textarea from the database and i want to check if the contents are changed or not. if it is changed at last. i want to enable my button.