Сообщение от devote
|
<button style="background-color:white" onclick="this.style.backgroundColor='#f00'; this.nextElementSibling.style.backgroundColor='#fff';">
Выполнено
</button>
<button style="background-color:white" onclick="this.style.backgroundColor='#f00'; this.previousElementSibling.style.backgroundColor='#fff';">
Не выполнено
</button>
|
спасибо, а что нужно добавить что бы когда ещё раз нажимаешь возращалось обратно на белый цвет?