使用document.ready事件我想在xenforo中为redactor编辑器添加一个字符串='bla bla bla' 我试试
$('#ctrl_message_html').redactor('set', 'Your text goes here');
$('#ctrl_message_html').redactor('inserttext', 'Your text goes here');
但它没有任何效果...请指导我如何使用xenfor redactor编辑器插入它 非常感谢你!