Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
.block:after { display: block; content: ''; width: 374px; height: 50px; background: teal; border-radius: 50%; transform: scale(1,0.1); }
let className = document.querySelector('.lorem-ipsum').className fetch('index.php',{method:'post',body:className}).then(responce => responce.json()).then(data => console.log(data))