Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
This plugin gives the user a warning if they made modifications to a editor instance but didn't submit them. This plugin will most likely be extended in the future to provide AJAX auto save support.
tinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "autosave"
});
Search documentation.