When adding a custom highlight to the jqPlot chart, I simply use
$(\'#chart\').bind(\'jqplotDataHighlight\', function (ev, sIndex, pIndex, data) { var ch
Check out how I do a custom tooltip on my stacked bar chart.
The jsfiddle sample is available here.