Simple jQuery Tooltips

This example shows how to use jQuery and a touch of CSS to display rich tooltips when hovering over an HTML element.

You can have very simple tooltips that contain just text, or you can embed HTML within the tooltip. When using HTML in a rich tooltip, be sure to escape the reserved characters, <, >, ", and ' to &lt;, &gt;, &quot;, and &apos;, respectively.