F
F
Ferret Common2020-04-24 22:33:47
HTML
Ferret Common, 2020-04-24 22:33:47

How to make a button invisible?

There is a button

<button type = "button" id = "but11" onClick = "gg()">Старт</button>

It needs to be made invisible from js. How?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
alekssamos, 2020-04-24
@XOPEK_32

document.getElementById("but11").style.display="none";

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question