With non-link element, why can't I use without ajax?

I try that:

 $('h4').cluetip();

<h4 title="Fancy Title!|testing">Hover over me.</h4>


Didnt work, only like this works:


 $('h4').cluetip({attribute: 'id', hoverClass: 'highlight'});

<h4 title="Fancy Title!" id="ajax3.htm">Hover over me.</h4>



Can't I just set a tip without ajax? With <a> the first one runs.


thanks

Feijó

Reply via email to