score:2
Accepted answer
according to the docs, use the change
callback and not the slide
callback (bolding mine):
slide( event, ui )type: slide
triggered on every mouse move during slide. the value provided in the event as ui.value represents the value that the handle will have as a result of the current movement. canceling the event will prevent the handle from moving and the handle will continue to have its previous value.
change( event, ui )type: slidechange
triggered after the user slides a handle, if the value has changed; or if the value is changed programmatically via the value method.
updated fiddle.
Source: stackoverflow.com
Related Query
- JQuery-UI Slider Auto Increments But Does Not Fire Slide Event
- ajax call does not fire jquery code
- Highcharts code with same set of code/data works in PHP but does not work in JSfiddle
- Code works on fiddle but not when I do /show
- Click event not fire in highcharts tooltip
- HiChart click event 1st time it's working but when I update the data then click event is not working
- High chart data downloads but does not display in browser using node
- Highcharts oncahnge event It works on the first try but not on the second try
- Why does my addSeries (in highcharts) only display names of the series but not the actual pie chart itself
- Highcharts parsed drilldown not showing on page but does in console
- How to fire a jquery function onchange from an html element in highchart event on click?
- Highcharts not displaying a line, but Jquery seems to be correct
- Highcharts on zeppelin 0.6.0 executes but does not display any chart
- heroku does not load jquery on https
- x-axis, y-axis lines does not appear, when I include 3D chart library of HighChart in my code
- Focus event does not bubble up to the parent in Highcharts
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- Javascript event conflict, but not sure how to identify the first event assignment
- Highchart JS Set data not updating Export: ShowTable on Dropdown Event but chart updates fine
- Highchart map does not support IRS country code
- Why try catch around highchart constructor does not catch error#12 but error#19?
- Access min/max values for a Highcharts series: afterSetExtremes does not fire
- Dynamically changing Highcharts Theme through Jquery code not working
- Highcharts does not resize charts inside tabs
- Highcharts: Chart does not resize properly by making the screen smaller
- Highcharts - fire legendItemClick event
- Highcharts does not work with wicked_pdf
- programatically fire a click event for a point on highchart scatter plot
- Highcharts mouse tracking/mouseover feature is slow on chrome but not slow in firefox or IE
- Highcharts reflow does not work on class selector
More Query from same tag
- Highcharts not aligning to ticks
- Calculating on SetExtremes, Navigator behavior in highcharts
- Showing only the first custom label. Highcharts
- Highcharts Stacked column drill down not working?> How to set drill down series for my scenario?
- Max & Min highchart line
- How can I delete all of the points from a highcharts series
- How to show a legend for a bar chart in Ruby on Rails?
- Highcharts - gap between series in stacked area chart
- Highcharts bar data labels position
- R: How to create a Drilldown Highchart using loops
- Require highcharts-browserify to use specific version of highcharts?
- Using HIghcharts on Codeigniter to get data name and total
- Sprockets::EncodingError in javascript files in Ruby on Rails3.2
- Smallest pie can't be seen in HighCharts
- On HighMaps, how do I show state abbreviations instead of state name on a U.S. map and remove data label from point
- Highcharts columnchart: How to separate overlapping columns
- highcharts polar chart with gradient color fills
- Highcharts with datetime and also additional data (tooltip text)
- Multiple columns on same series. Highchart
- Trying to Fade out all other Columns when a user selects one column
- Highcharts showing nearest point causes flickering crosshair and strange order
- highchart: How to Remove Series space (after & before)
- Auto-refresh Json data in Highcharts
- Highchart Slice color not updating Angular 2
- Is it possible to remove a pane in highstock/highcharts?
- How to give box shadow for rect in highcharts?
- hightchart line and column chart , line not start with start of chart
- Highcharter: Keep the selected Zoom when updating a stock plot
- Setting a custom variable in Highcharts
- Area Chart with overlapping series in highcharts, overlap point behaving strangely