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
user this code from jquery.tinymce.js:
'onComplete': function() { $('textarea.tinymce').tinymce({ ... }) ...