Posts by Wesley Reis • 66 points
4 posts
-
0
votes2
answers44
viewsA: Reduce operation
To stay in a row only you can do so: buttonsYv.forEach(x => x.removeAttribute('class')); I hope I’ve helped!
javascriptanswered Wesley Reis 66 -
0
votes1
answer77
viewsA: Get a file name and display on a label
You must pass the file name in order to manipulate it. In your case what you can do is get the files from the directory, and from that filter and get the file you want. Add this namespace: using…
c#answered Wesley Reis 66 -
0
votes1
answer33
viewsA: Creating/changing entities in batch
You can send everything in one object. There’s a lot of discussion about it when it’s being created Apis Restful. Because it is a convention that each object must have its own Controller and that…
-
2
votes1
answer54
viewsA: What is the best way to do a javascript with standardized messages?
Better than that, I recommend you create methods to represent your messages. For example: function Sucesso(nomeRegistro){ alert(`${nomeRegistro} inserido(a) com sucesso!`); } function…
javascriptanswered Wesley Reis 66