Draggind data points and submitting values
问题 On page jqPlot there is an example of dragging data point on jqPlot chart. How can I submit (e.g. with jQuery ajax) to server changed values? Are changed (current) values stored somewhere in jqplot object? 回答1: The hardest thing here is knowing when the user drags a point, not getting the data afterward. I recommend you use a postDrawSeries hook like so: $(document).ready(function () { // set up plot $.jqplot.config.enablePlugins = true; s1 = [['23-May-08',1],['24-May-08',4],['25-May-08',2],[