You can choose to show URL or not about the anchor element.
The value of the element's href value will be put into the "p.URL" in the tip.
Specify true or false as "showURL".
Default value is false.
new jqTooltip({
selector: "a.showURLTest1",
behavior: "chaseHover",
showURL: true
});
new jqTooltip({
selector: "a.showURLTest2",
behavior: "chaseHover",
showURL: false
});