[jQuery] [tooltip] Tooltip markup

[jQuery] [tooltip] Tooltip markup


Jorn,
As ever - fantastic plugins.
The <h3> markup inside tooltip was being overridden my own style
sheets, and causing a some rather bizarre padding and positioning
issues, so I edited the markup to be tag-agnostic:
helper.parent = $('<div id="' + settings.id + '"><div class="tooltip-
title"></div><div class="tooltip-body"></div><div class="tooltip-
url"></div></div>')
I think tooltip making semantics decisions for me ain't so good!
Seems to me that the structure / markup of tooltip would be a good
candidate for customization via jQuery options.
Apart from that, easy and fab!
Great job!