我需要在演出前拿起每个值
$('a#functionDescription').attr('title')
这是怎么回事..?
$('a#functionDescription').qtip({
content: {
text: false
},
style: {
width: 250,
tip: 'leftMiddle',
color: 'white',
background: '#66CC33',
name: 'green'
},
position: {
corner: {
target: 'topRight',
tooltip: 'bottomLeft'
},
adjust: { x: 0, y: -25 }
},
events: {
render: function(event, api) {
//what to write here ?
}
}
});
更新:
$('a#functionDescription').attr('title') 已更改