Your selector is borked, the $-prefix doesn't make much sense. That
should be "#tinymce" (by id) or ".mceContentBody" (by class).

Jörn

On Thu, Sep 11, 2008 at 11:51 PM, shapper <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I am trying to make the ToolTip Bassistance to work with TinyMCE:
> http://tinymce.moxiecode.com/examples/full.php
>
> I 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
>
>

Reply via email to