gpt4 book ai didi

javascript - 如何使用 jQuery qTIp 设置提示尺寸?

转载 作者:数据小太阳 更新时间:2023-10-29 05:13:52 28 4
gpt4 key购买 nike

我在修改 qTip 的尖端大小 (x,y) 时遇到了一些问题。我尝试以各种方式添加 style: { tip: { x:2,y:2 } } ,但都失败了。

如何将它添加到以下脚本中?

  // Status Tooltips Style
$.fn.qtip.styles.statusTooltips = {
background: '#333333',
color: 'white',
textAlign: 'center',
border: {
width: 1,
radius: 5,
color: '#333333'
},
tip: 'leftMiddle',
name: 'dark'
}

// Status Tooltips Init
$('.status[title]').qtip({
style: 'statusTooltips',
position: {
corner: {
target: 'rightMiddle',
tooltip: 'leftBottom'
}
}
});

最佳答案

这很简单:

$("#mytip").qtip({style: { tip: { size: { x: 10, y: 10}} }});

http://craigsworks.com/projects/qtip/docs/tutorials/#tips

关于javascript - 如何使用 jQuery qTIp 设置提示尺寸?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3184329/

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