Hello,
I am trying to make the ToolTip Bassistance to work with TinyMCE:
http://tinymce.moxiecode.com/examples/full.phpI want to display a message when the user places the mouse on the
content area which renders as follows:
<body id="tinymce" class="mceContentBody" spellcheck="false"
title="this is the title" dir="ltr">
The content area is inside an IFrame.
I used the following:
$("$mceContentBody").tooltip();
or
$("$tinymce").tooltip();
But it is not working.
Could someone help me in solving this?
Thanks,
Miguel