Possible Duplicate:
JQuery Show hide class on hover
just like stackoverflow, when you hover on any tag it will load the description and details of that tag. Is there a way i can accomplish this with a javascript plugin like jquery of doing in manually. Any reference would be grate.
clueTip is a good jQuery plugin which provides tooltips with inline and AJAX definitions. For example an AJAX definition can be achieved with this HTML:
And load the jQuery plugin with the following Javascript: