In this example, we will change the text in the 'th' element
...
<th id="dt_emissao"></th>
...
var dt_emissao = document.getElementById("dt_emissao");
dt_emissao.textContent = "Example";
In this example, we will change the text in the 'th' element
...
<th id="dt_emissao"></th>
...
var dt_emissao = document.getElementById("dt_emissao");
dt_emissao.textContent = "Example";
For further actions, you may consider blocking this person and/or reporting abuse
Archit Agarwal -
Ricky Kang -
Theofanis Despoudis -
Mohammad Faisal -
Top comments (0)