I have a form with multiple TinyMCE editors. Some of the editors are advance and some are simple editors. I have used jquery validation plugin for validation in client-side.
Instead you could use TinyMCE's isDirty() method
isDirty()
Ref: Here
Usage
tinyMCE.activeEditor.isDirty()
Hope this helps