С
Size: a a a
С
Д
С
CM
С
С
S
М
AS
JS:
document.getElementById("identifier").style.cssText = "display: none;"|"";
JQuery:
$("#identifier").hide()|show();
М
U
SS
$
такой же символ, что и все остальныеa
EA
Z
R
T
JS:
document.getElementById("identifier").style.cssText = "display: none;"|"";
JQuery:
$("#identifier").hide()|show();
T
NP
JS:
document.getElementById("identifier").style.cssText = "display: none;"|"";
JQuery:
$("#identifier").hide()|show();
const $ = document.querySelector;
$('#identifier').style.cssText = 'display: none;'
NP