]> source.dussan.org Git - jquery-ui.git/commit
Tooltip: Follow the standard appendTo logic
authorScott González <scott.gonzalez@gmail.com>
Mon, 23 Mar 2015 23:09:50 +0000 (19:09 -0400)
committerScott González <scott.gonzalez@gmail.com>
Thu, 26 Mar 2015 11:35:20 +0000 (07:35 -0400)
commit8cf98798a58afb7197bce0d6ca1c5b658ae04011
tree4fe621f2141872f72caa423efdfd18565457cc11
parent899d90709a141ce22fedab2cfdf6044d9928f831
Tooltip: Follow the standard appendTo logic

Even though there's no reason to ever configure the parent element via an
`appendTo` option, following the standard logic is useful for scrollable
elements and native dialogs.

Fixes #10739
Closes gh-1517
ui/tooltip.js