Posts by João Paulo • 3 points
2 posts
-
0
votes2
answers82
viewsQ: Use For in Javascript in an HTML concatenation
Hello, i am in a Javascript file and displaying an HTML table for it with an HTML concatenation, only I need to do a for in one of the table columns to display a select option, but to no avail. Mode…
-
0
votes0
answers25
viewsQ: Pass two Controller variables to Codeigniter view
I would like to pass two variables from Controller to Codeigniter view, follow code: $lista_diversos['diversos'] = $this->diversos->getDiversos(); $listacodigos['codigos'] =…