Posts by EDUARDO BARROS • 21 points
2 posts
-
-2
votes1
answer42
viewsQ: Select JS data
I’m having the following difficulty. When making the API request, comes all the data and I’d like to select the data I want. function fazerRequisicao() { ulr =…
javascriptasked EDUARDO BARROS 21 -
2
votes1
answer47
viewsQ: Change PHP/Html color
I have the following problem and I believe that the JS can help, but I know almost nothing of JS. I need the contents of the "td" tag if it equals "mount" to turn green and if it’s "wait" turn red.…