如何检测 wp_editor 的变化?
How to detect changes in wp_editor?
如何在 JavaScript 中检测 wp_editor
tinyMCE 实例的内容是否在 WordPress 4.2.2 中发生了变化?
我试过 tinyMCE.editors["content"].isDirty()
但结果总是错误的。
if (tinyMCE.activeEditor.isDirty())
alert("You must save your contents.");
为我工作。
更多:activeEditor,
isDirty
如何在 JavaScript 中检测 wp_editor
tinyMCE 实例的内容是否在 WordPress 4.2.2 中发生了变化?
我试过 tinyMCE.editors["content"].isDirty()
但结果总是错误的。
if (tinyMCE.activeEditor.isDirty())
alert("You must save your contents.");
为我工作。
更多:activeEditor, isDirty