V
Size: a a a
V
V
TP
TP
TP
TP
V
TP
c
V
V
V
SA
TP
V
🎱
function showText() {
$("#text").html("some text 1");
$("#text").html("some text 2");
$("#text").html("some text 3");
$("#text").html("some text 4");
...
$("#text").html("some text N");
}
С
function showText() {
$("#text").html("some text 1");
$("#text").html("some text 2");
$("#text").html("some text 3");
$("#text").html("some text 4");
...
$("#text").html("some text N");
}
🎱
С