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
Grenish rai -
mohamed Tayel -
Andy Robinson -
Ogasawara Kakeru -
Top comments (0)