J
Size: a a a
J
V
V
C
textСontent
а innerHTML
V
HT
J
D
BN
if (!/▲/.test(this.firstElementChild.innerHTML)) {
this.firstElementChild.innerHTML = '▲';
} else if (/▲/.test(this.firstElementChild.innerHTML)) {
this.firstElementChild.innerHTML = '▼'
}
BN
С
V
V
V
RG
RG
V
V
V