Как сделать в jQuerry конструкцию:
если (свойство css == 2)
свойство css = 1;
Пробую так:
if ($('.str').css.background == 'url("images/strelka_down.png") no-repeat 0% 50%')
$('.str').css('background','url(images/strelka_up.png) no-repeat 0% 50%');
else
$('.str').css('background','url(images/strelka_down.png) no-repeat 0% 50%');