[jQuery] cluetip integration on wordpress theme
Hi, I'm trying to use cluetip on a wordpress theme; by default
wordpress displays a calendar widget and I would like to tooltip-ify
it using jquery. I thought cluetip might help me but I can't get it to
work. The page is
http://www.gennarocarotenuto.it/index.php/
and as you can see it doesn't work. Actually I'm trying to use it with
this code:
$('#today a').cluetip({attribute: 'title', dropShadow:
false});
I changed ' #today a ' many times, but it never worked. What I want to
do is makeing a tooltip appear whenever the user hovers on a day of
the calendar, showing the title of the post as fetched by the 'title'
attribute of the A tag.
After I verify this works, I would love to make other classes of links
do other things, like fetching an excerpt of the article using
ajax...but firs I have to verify why this doesn't work!
Thanks in advance,
Dario
PS I had to call jquery twice in the template header, as you can see
in the page source!