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

How to get Slider ID in event function

2 Answers 56 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Tong
Top achievements
Rank 1
Tong asked on 04 Mar 2016, 06:19 PM

For example, if I have a change event as below

function sliderChange(e)
    {
        var msg = "View is changed to " + e.value;
        $("#e.ID").html(msg);
    }

How can I get slider ID then I can change some control related to this ID? 

Thanks

2 Answers, 1 is accepted

Sort by
0
Helen
Telerik team
answered on 07 Mar 2016, 10:33 AM
Hello Tong,

Probably you will find helpful the following forum post:

http://www.telerik.com/forums/get-elements-id


Regards,
Helen
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Tong
Top achievements
Rank 1
answered on 07 Mar 2016, 02:23 PM
Thanks Helen! It does help!
Tags
Slider
Asked by
Tong
Top achievements
Rank 1
Answers by
Helen
Telerik team
Tong
Top achievements
Rank 1
Share this question
or