I have the following html code
Combine css classes.
HTML:
- Home
- Second page
- Third page
CSS:
.home.ui-btn-active {
background:red !important;
}
.two.ui-btn-active {
background:green !important;
}
.three.ui-btn-active {
background:blue !important;
}
Updated Fiddle:
http://jsfiddle.net/8pwFK/3/