Using TinyMCE with JQuery

Using TinyMCE with JQuery

Hi guys,

I am loading a url into a div using the jquery post method. The loaded page contains a form and one of the elements is a textarea which I would like to render as a rich text editor using TinyMCE. So when the page is loaded I use the callback function to initialise the TinyMCE instance, using TinyMCE.init(). This seems to have no effect, even though it works in other instances. Any ideas would be appreciated.