T
кинут, или комессия. В общем, от работы тем более нынешней — сильно отличается
Size: a a a
T
T
AP
JS:
document.getElementById("identifier").style.cssText = "display: none;"|"";
JQuery:
$("#identifier").hide()|show();
document.querySelector('#identifier').hidden = true
T
const $ = document.querySelector;
$('#identifier').style.cssText = 'display: none;'
NP
NP
T
NP
NP
NP
T
T
NP
T
NP
NP
NP
T
NP