Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法删除富文本编辑器中的示例文本?
基本上,我有一个富文本编辑器,并有一个“示例文本”作为默认值,我希望在单击编辑器时删除示例文本。
Y.one('#some-button').on('click', function (e) { Y.one('#some-textarea').setHTML(''); });