validating multiple TinyMCE Editor

后端 未结 6 832
难免孤独
难免孤独 2020-12-18 12:27

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.

6条回答
  •  萌比男神i
    2020-12-18 12:40

    Instead you could use TinyMCE's isDirty() method

    Ref: Here

    Usage

    tinyMCE.activeEditor.isDirty()

    Hope this helps

提交回复
热议问题