On Sun, 4 Jan 2009 23:27:23 -0500, Karl Swedberg wrote:

> Sorry I haven't had a chance to look into this yet. I never work with  
> i-frames, so I'm afraid I won't be of much help with the issue.  
> However, you might have success with the $.cluetip.setup() method. Try  
> setting the insertionElement to the parent frame or something like  
> that and see if that works?
> 
> $.cluetip.setup({
>      insertionElement: 'whatever'
> });

Hi Karl,

Good idea I think, but I can't seem to find the way to reference the parent
correctly.  I've tried this:

                  $.cluetip.setup({insertionElement: 
'window.parent.document.body'});
                  $('area.load-local').cluetip({
                                local:true, 
                                hideLocal: true, 
                                showTitle: true, 
                                sticky: false, 
                                arrows: false, 
                                titleAttribute: 'alt', 
                                attribute: 'href' });
                });
 

as well as giving the body tag in the parent a name, then an id and trying
to reference them in different ways.

It seems to "almost" work as the ClueTip no longer appears in the Iframe,
but it is not appearing in the parent document.

BTW - I only have JQuery and Cluetip added to the child document (Iframe).
I've tried putting it in both, but that does not seem to matter.


I think maybe with the right syntax that your idea could work though.

Chuck



Reply via email to