This is a migrated thread and some comments may be shown as answers.

Prevent SilderChange event on RangeSlider Initialization

0 Answers 75 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Umesh
Top achievements
Rank 1
Umesh asked on 19 Dec 2011, 01:59 AM
Hello,

 I want to ajax post to a url when I change the slider value. But it posts every-time when I initialize the slider. For example : 

 $("#abc").kendoRangeSlider({

    .......................................
change:changeFunction
 
}); 

I want to call the changeFunction only when I am changing the slider values. NOT while I initialize the slider itself. The reason is that  I need to ajax different URLs while initialize and change values.

Please help me how can I get around it ?
Thanks. 

No answers yet. Maybe you can help?

Tags
Slider
Asked by
Umesh
Top achievements
Rank 1
Share this question
or