我正在使用Jquery WYSIWYG插件,并且遇到'insertHTML'和IE
的问题 代码中的
$('#editor').wysiwyg('insertHtml', '<h1>I'm title</h1>');
在Firefox中,html代码添加在光标位置,但在IE中,在整个文本的开头。 我在谷歌搜索解决方案,但没有找到:(
感谢您提出解决问题的建议。
答案 0 :(得分:0)
试试这个
$('#editor').wysiwyg('insertHtml', '<h1>I\'m title</h1>');