下拉菜单中的工具提示隐藏在下拉菜单下
答
与container
尝试将其设置为body
.. 像这样:
$(selector).tooltip({
container: 'body' //<--- use the container option
});
显示代码在这里[从这里了解如何在这里提出一个问题(http://stackoverflow.com/help)。 –