[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 :-)

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

2009-09-18 Thread prince
This is what I have in the head: $(document).ready(function() { $('a.tip1').cluetip(); $('a.tip2').cluetip(); $('a.tip3').cluetip(); }); In the body I have: learn more learn more learn more It only loads the first tip, if I switch tip2 to the top where tip1 is in the head it only load