I am currently using keyup
event.
$('body').on("keyup", '.emojionearea-editor', function (event) { });
But i want to make a jquery event that automatically fire as the content within "contenteditable" DIV changes ?
how can i make change event in jquery.?