yeah and what was the problem???
On Dec 27, 8:23 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Solved sorry > was my stupid error > > Andrea > > On Dec 27, 12:30 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: > > > 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