标签: javascript jquery focus tinymce
我需要使用能够在iPad兼容网站上使用多个tinyMCE <textarea> s。
<textarea>
然而,当我在iPad上查看the site example website时,我无法专注于第二个<textarea>。
答案 0 :(得分:1)
以编程方式,您可以使用tinymce.get('your_editor_id').focus()来关注编辑器。 你所看到的编辑器不是一个文本区域,而是一个令人满意的iframe。
tinymce.get('your_editor_id').focus()