I need to update the following CSS using JQuery since the color will be generated dynamically. Any help will be appreciated:
#Level1 div:after {
content: "";
border-left-color: lightblue;
}
Here I need to update the border-left-color property dynamically so I have to use JQuery to update it.