В хтмл добавил:
<a href='#' id='change' title="Сменить"></a>
еще:
<script type='text/javascript'>
$('DIV#change').on('click', function(){
$('div').toggleClass('a').toggleClass('a1');
});
ксс:
a {
text-decoration: none;
color: wheat;
}
a1 {
text-decoration: none;
color: #fff;
}
чет не пашет . может потому что "a" не div ?
попробуй td и tr и table вместо дивов, с дивами у тебя блоки