“włączony przycisk” Kod odpowiedzi

Przycisk Wyłącz JavaScript

//disable the button
document.getElementById(BUTTON_ID).disabled = true;
//reable the button
document.getElementById(BUTTON_ID).removeAttribute('disabled');
Friendly Hawk

Przycisk HTML wyłączony

<button type="button" disabled>This button is disabled</button>
Strange Stag

włączony przycisk

/* Selects any enabled <input> */
input:enabled {
  color: blue;
}
Inexpensive Ibis

Odpowiedzi podobne do “włączony przycisk”

Pytania podobne do “włączony przycisk”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu