I'm using Jquery WYSIWYG plugin and have problems with 'insertHTML' and IE
in code I have
$('#editor').wysiwyg('insertHtml', '<h1>I'm title</h1>');
In Firefox html code is added on cursor position, but in IE at the beginning of whole text. I's Googling for solution, but nothing found :(
Thank you for any advice to solving that.