[jQuery] cluetip issue

[jQuery] cluetip issue


Hi ,
i am using teh following code
$('.cfjq_cluetip').cluetip({
sticky:false,
splitTitle: '|',
showTitle: true
});
to run the tip on different a tag using their own title attribute to
display the tip
so I have in my html:
<a class="cfjq_cluetip" title="Test|This is a tip" href="#"> Tooltip
Test </a>
<br/>
<a class="cfjq_cluetip" title="Test|This is a tip" href="#"> Tooltip
Test </a>
<br/>
<a class="cfjq_cluetip" title="Test|This is a tip" href="#"> Tooltip
Test </a>
The point is that the event run only on the first link.
is this a bug or do I miss something??
Thanks
Andrea