Posts by Julio Ricardo • 15 points
3 posts
-
0
votes2
answers149
viewsQ: Fill in the value of the select field using the enabled checkbox
But, it only saves lineatura1 and changes lineatura10, lineatura11 and lineatura12. This is the current code Code: function check_uncheck_checkbox(isChecked, lineatura1) { if(isChecked) {…
-
1
votes1
answer191
viewsQ: Field input result Nan
I have the following code: <script type="text/javascript"> function id(el) { return document.getElementById( el ); } function altura( un, quanti_imagens ) { return parseFloat(un.replace(',',…
javascriptasked Julio Ricardo 15 -
0
votes1
answer51
viewsQ: Disabled input does not pass to $_POST
These are my two inputs: <div class="span3"> <label for="cor11">CROMIA<span class="required"></span></label> <select class="span12" name="cor11" id="cor11"…