I am working on existing project. I have to detect tinyMCE focusout/blur
event to save it automatically via AJAX. I found following existing working code:
// reinit tinymce
$($("#chapterBill div:.module-container")[indexAfter]).find('textarea').each(function(i){
editorId = $(this).attr('id');
tinymce.EditorManager.execCommand('mceAddControl',true, editorId);
});
Can someone tell me that how to capture tinyMCE textarea focusout/blur
event ?
Thanks
blur
in Google Chrome. It is working perfectly in Firefox. – Cadaverous