[jQuery] clueTip > Examples
User "daveg" suggested adding the below example at the link below. I
second that. I spent 3 hours figuring out how to remove the title
from the clueTip and have it contain simple text.
Most the examples use AJAX - which is great if you want to use that
method - but I think the bulk of the users just want the simple "text
out of the link" example. I think you'll help a wider audience by
giving a few more simple examples.
Thanks Jquery and clueTip people for making the web a better place!
Keep up the great work!!
2] Next demo you might add is a hint with no title.
<a id='e' href="http://xxxx" title="|my hint">abc</a>
jQuery('#e')
.cluetip({
titleAttribute:'title',
splitTitle:'|',
showTitle: false;
});
http://groups.google.com/group/jquery-en/browse_thread/thread/2dca133d95ffa8e7/e515f9270a3c4c7d?lnk=gst&q=cluetip#e515f9270a3c4c7d
http://www.t1shopper.com/