Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
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