jQuery UI tooltip

jQuery UI tooltip

Hi.

I am using the Tooltip feature of the jQuery UI plug-in and basically it is great.

The thing is that the code adds an HTML element, representing the popup element, right after (in DOM structure) the element on which the popup should appear. This element is removed from the DOM upon popup hiding.

Usually, I guess this wouldn't be an issue, but in the case of my application, it causes a problem.

How do I set this temporarily added element to be appended to the end of the HTML body (right before the "</BODY>" tag) instead of the current configuration, as described here??

Thanks.