how can i change the background color of a node that contains child's?
1 Answer, 1 is accepted
0
Alex Gyoshev
Telerik team
answered on 10 Jun 2010, 07:49 AM
Hello Marco Teodoro,
Use the following script:
$('.t-plus,.t-minus').closest('div')
.css('background-color', '#f00');
Best wishes,
Alex Gyoshev
the Telerik team
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 Public Issue Tracking
system and vote to affect the priority of the items.