[jQuery] Cluetip insertionafter

[jQuery] Cluetip insertionafter


Hi there,
I am having trouble with cluetip plugin regarding the
insertionElement.
Basicly my code looks like this:
<div class="one">
<a href="... class="invokeme">
</div class="one">
<div class="one">
<a href="... class="invokeme">
</div class="one">
<div class="one">
<a href="... class="invokeme">
</div class="one">
Problem is, that the cluetipp always shows up on the same spot, not
next to the link I click.
I believe that this is because of the insertionelement:
$.cluetip.setup({insertionType: 'insertAfter', insertionElement:
'div:first'});
If I comment that out, the box will not show up at all. Unless I move
the invoking element out of the other div containers.
Any ideas?
Thank you for your help,
Merlin