gpt4 book ai didi

jquery - 使用 qTip2 进行边缘检测

转载 作者:行者123 更新时间:2023-12-01 01:09:26 25 4
gpt4 key购买 nike

我正在使用qTip2 。我认为它包括屏幕检测 - 但是,我在 iframe 中使用工具提示,但它不起作用:

screenshot showing tooltip hidden under edge of iframe

我尝试过:

position: {
adjust: {screen: true},
my: 'bottom center', // Position my top left...
at: 'top center' // at the bottom right of...
},

没成功

最佳答案

qTip2 插件有一个viewport 选项:

position: {
my: 'bottom center', // Position my top left...
at: 'top center', // at the bottom right of...
adjust: {
screen: true
},
viewport: $(window)
},

它修复了这种情况。

关于jquery - 使用 qTip2 进行边缘检测,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11111481/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com