change css element value at runtime
-
Hello
I want change a CSS element property at runtime.
Example:if i set:
.product_totals {
color: black;
}
but on button click i want to change it to
.product_totals {
color: red;
}How can i do it?
- The topic ‘change css element value at runtime’ is closed to new replies.