[jQuery] cluetips only loads the first tip but not the rest

2009-09-18 Thread prince

This is what I have in the head:

script type=text/javascript
$(document).ready(function() {
  $('a.tip1').cluetip();
  $('a.tip2').cluetip();
  $('a.tip3').cluetip();
});
/script


In the body I have:

a class=tip1 href=# title=Host Team rel=mylink1.htmllearn
more/a
a class=tip2 href=# title=Host Team rel=mylink2.htmllearn
more/a
a class=tip3 href=# title=Host Team rel=mylink3.htmllearn
more/a

It only loads the first tip, if I switch tip2 to the top where tip1 is
in the head it only loads tip2. Not sure what's going on... thanks for
any help in advance!


[jQuery] Re: cluetips only loads the first tip but not the rest

2009-09-18 Thread prince

It is odd, I just tried in FF and it works fine, I've been testing in
Google Chrome and it's still not working there, may be cache issue. I
was driving myself crazy, thank you :-)