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

post OnChange

1 Answer 38 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Luca
Top achievements
Rank 1
Luca asked on 18 Nov 2011, 02:53 PM
hello,
can be forwarded to rx.php while the bar is moving

something like

 function sliderOnChange(e) {

url: "rx.php",
type="POST",
data: {name: "e.value"}

thank you very much

luca

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 18 Nov 2011, 05:22 PM
Hello Luca,

Yes, you can do this, however, this is outside of the scope of the Slider. Please refer to the following page:

http://api.jquery.com/jQuery.post/

By the way, you should remove the quotation marks from e.value, otherwise you will post a wrong string.

Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Slider
Asked by
Luca
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or