HTML:
Код: Выделить всё
Код: Выделить всё
.headerButtonClicked
{
background-image:url('background.jpg');
background-repeat:repeat-x;
color:#000000;
}
Код: Выделить всё
$(".headerButton").click(function()
{
$(this).parent().toggleClass(".headerButtonClicked");
});
Подробнее здесь: https://stackoverflow.com/questions/120 ... oggleclass
Мобильная версия