I\'ve added TinyMCE to my project, and am using it on a text area which pops up in a fancybox. The first time I action it, it works fine, but if I then close it and try to
this work for me for fancybox 2.1.5 I guess
$(".fancybox").fancybox({ afterLoad: function () { tinymce.remove(); setTimeout(function(){tinymce.init({selector:'textarea'});},500); } });