[jQuery] cluetip question

[jQuery] cluetip question

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3243" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>With <FONT face="Times New Roman"
size=3><STRONG>non-link element</STRONG>, why can't I use without
ajax?</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>I try that:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> $('h4').cluetip();<BR></FONT></DIV>
<DIV><FONT face=Arial size=2><h4 title="Fancy Title!|testing">Hover over
me.</h4></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Didnt work, only like this works:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> $('h4').cluetip({attribute: 'id', hoverClass:
'highlight'});</FONT><BR></DIV>
<DIV><FONT face=Arial size=2><h4 title="Fancy Title!" id="ajax3.htm">Hover
over me.</h4></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV><FONT face=Arial size=2>
<DIV> </DIV>
<DIV>Can't I just set a tip without ajax? With <a> the first one
runs.</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>thanks</DIV>
<DIV><BR>Feijó</DIV>
<DIV> </DIV>
<DIV></FONT> </DIV></BODY></HTML>