flot plothover在ie9和ie10中不起作用

时间:2013-01-23 09:32:04

标签: javascript jquery internet-explorer flot

我有一张图表

$.plot($("#placeholder2"), 
[ {label:'pulse', data: d11, color: '#3b5998'}], 
{grid:{hoverable: true}}
);

$("#placeholder2").bind("plothover", function (evt, position, item) {
     alert(item);
});
IE9中的

和10项始终= null 在其他浏览器和ie7-8(使用excanvas)项返回值

0 个答案:

没有答案