Posts by lgbruno • 11 points
5 posts
-
0
votes4
answers1131
viewsA: Answer calculations like Nan
I changed leaving direct td showing values in real, I was able to play the value of royallties and the tax on top of the final value, and how do I make it to take when being typed the value of…
javascriptanswered lgbruno 11 -
0
votes4
answers1131
viewsA: Answer calculations like Nan
this part of the table where is the whole field that is repeated in another tr dynamically: <tr class="linhas"> <td colspan="4"> <select style="width:355px;" name="descricao[]"…
javascriptanswered lgbruno 11 -
0
votes4
answers1131
viewsQ: Answer calculations like Nan
I am trying to get data coming from the database, for each input, to make calculations among themselves in real time and give me a final value before registering the form. I have a table and on this…
javascriptasked lgbruno 11 -
0
votes2
answers609
viewsA: Add +1 to an Id when adding fields dynamically
I’ll explain by entering the code: At that part and where does my boot add replicate my tr allowing removing if necessary. <script type="text/javascript"> $(function () { function…
javascriptanswered lgbruno 11 -
1
votes2
answers609
viewsQ: Add +1 to an Id when adding fields dynamically
What command is used in Javascript to add +1 to a given field id name in a table? Dynamically added tr and in that tr a field has a script that creates a new tr with the same fields as the previous…
javascriptasked lgbruno 11