jQuery UI Tooltip: Manipulate DOM position

477 Views Asked by At

By default, jQuery UI Tooltips' DOM elements are appended to the body right before </body>. Is there a way to have them right after the element which contains the title attribute the tooltip is referring to instead, so that the tooltip can be selected without any additional class (using tooltipClass)?

0

There are 0 best solutions below