jquery jqplot 如何给纵横坐标添加事件???????????????????????????????????????
你添加xy轴点击事件干嘛?xy轴上的数字是DOM对象,可以获取后直接添加
$('#chart1 div.jqplot-axis').css({'z-index':2,cursor:'pointer'}).find('div').click(function(){alert(this.innerHTML)})