2013-04-23 63 views

回答

0

这个问题得到了解决 From Here

只需更新.jqplot-y轴滴答的z指数所以会被点击第一个div并添加.live(或。对)

$('.jqplot-yaxis-tick').css({ 
      cursor: "pointer", 
      zIndex: "200" 
    }).live('click', function (e) { 
     alert("you have clicked the label"); 
    });