qTip 在 IE 中没有箭头,但在 FF 中显示箭头。之后箭头消失了 jquery 从 1.3 更新到 1.7.2
$element.qtip({
content: {
text: text,
prerender: true,
title: {
text: this.settings.translationDictionary.lblWarningText,
button: "<div class='confWarningClose'>" + this.settings.translationDictionary.tblCloseWarningText + "</div>"
}
},
position: {
corner: {
target: "bottomMiddle",
tooltip: "topMiddle"
}
},
style: {
tip: { corner: "topMiddle", size: { x: 20, y: 10} },
width: 220,
"word-wrap": "break-word",
"font-size": "13px",
color: "Red",
"text-align": "center",
title: {
"padding-right": "5px",
"padding-top": "3px",
"padding-left": "60px",
"color": "#F4D546",
background: "#424242",
height: "8px"
},
border: {
width: 3,
radius: 5,
color: '#424242'
}
},
show: {
solo: true,
delay: 0,
when: {
target: false,
event: "click"
}
},
hide: ""
})