This example shows how to use the client-side API of Telerik Slider for ASP.NET MVC and Telerik RangeSlider for ASP.NET MVC.
To use the client-side API you should first retrieve the slider client-side object. The following code snippet shows how to do this:
<script type="text/javascript">
function getSlider(){
//"Slider" is the value specified by the Name() method.
return $("#Slider").data("tSlider");
}
</script>
Available client-side methods: