我已经与 jquery 线索提示插件交朋友并挖掘它。
但是,我想将提示提示弹出到目标 div 的左侧。目前它会计算目标右侧是否有足够的空间,如果没有,则会显示在左侧。
这是一些示例代码。
$('.myTip').cluetip( { hoverIntent: {
sensitivity: 1,
interval: 100,
timeout: 750
},
cluetipClass: 'rounded',
width: 300, ajaxCache: false, cursor: 'pointer', sticky: true, arrows: false, mouseOutClose: true,
closePosition: 'title', closeText: '<img class="iconFade2" src="${pageContext.request.contextPath}/images/cancel.png" alt="" />' });
有接盘侠吗?