Posts by joari de souza santos • 35 points
2 posts
-
0
votes1
answer2227
viewsQ: How to create HTML table inside javascript
for (var i = 0; i < t.length; i++) { options = options.concat('<option value="' + t[i].CodLinha + '">'+'--Saida Rodov Velha:'+ t[i].saida_Rodov_velha +'--Saida Rodov Nova:'+…
-
3
votes3
answers6054
viewsQ: How to concatenate HTML within PHP
<options += '<option value="' + j[i].CodCidade + '">' + j[i].NomeCidade + '</option>'; I have this code and want to add one more attribute after the Nomecidade, if anyone can help.…