Продолжаю разбиратся со скриптами... нужно, чтобы #current могрнул три раза красным...
ничего другого не придумал, как:
$.when($("#current").animate({backgroundColor: \'#FA8072\'},300)).done(function() {
$.when($("#current").animate({backgroundColor: \'#E6E6FA\'},300)).done(function() {
$.when($("#current").animate({backgroundColor: \'#FA8072\'},300)).done(function() {
$.when($("#current").animate({backgroundColor: \'#E6E6FA\'},300)).done(function() {
$("#current").animate({backgroundColor: \'#FA8072\'},300);
});
});
});
});
Подскажите, пожалуйста, может есть метод попроще?
_____________
Одесса - мой город!)))