Posts by Daniel Rezende • 3 points
3 posts
-
0
votes0
answers38
viewsQ: How do I make a javascript function work for a number of the same components individually?
For example: I have this function that checks if the checkbox is checked, but it works in general and not individually since these components are within a table, the components are generated in this…
-
0
votes1
answer40
viewsQ: How do I change a data table line when selecting it?
In this code I can select it and in the console.log have access to the information, but I don’t know how I could change it: $(document).ready(function () { var oTable =…
-
0
votes2
answers203
viewsQ: Generic function js
Good afternoon, I have a question related to creating a function for generic use in javascript, the function is this here: function calcular() { var_quant = 0; var valor =…