Код: Выделить всё
function po() {
po = document.getElementById('po').style.display;
if (po == "none") {
document.getElementById('po').style.display = 'block';
document.getElementById('po_Menu').src = "images/menu_dash.jpg";
} else {
document.getElementById('po').style.display = 'none';
document.getElementById('po_Menu').src = "images/menu_plus.jpg";
}
}Код: Выделить всё
[img]https://via.placeholder.com/50[/img]
[url=po()]show/hide[/url]Подробнее здесь: https://stackoverflow.com/questions/784 ... javascript
Мобильная версия