imgSrc = $(value).attr("src") $(value).-6ren">
gpt4 book ai didi

javascript - Qtip2 工具提示不定位

转载 作者:行者123 更新时间:2023-11-30 08:09:53 25 4
gpt4 key购买 nike

我正在运行这段代码 -

 $(".imgClass").each( (elem,value)->
imgSrc = $(value).attr("src")
$(value).qtip({
content: "<img src=" + imgSrc + ">"
position:{
corner:{
target:'leftTop',
tooltip:'bottomRight'
}

}


})
)

img 显示正常,但工具提示始终位于目标的右下角,与左上角相反。

我认为这可能是一个语法错误 - 谁能帮忙? (此外,这是用 coffeescript 编写的,因此没有 ;s,但我保留了括号,因为我对咖啡仍然不清楚)

谢谢

最佳答案

qTip2 不再使用那样的定位。它使用 myat 参数代替。

position: {
my: 'top left',
at: 'bottom right'
}

(您需要使用的实际值,但这是一般语法)。

qTip2 Positioning Documentation

关于javascript - Qtip2 工具提示不定位,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12149877/

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