Questions tagged as 'checkbox'

0
answers

individual checkboxes created by query php

<tr><td><?php echo $mostrar['total'] ?></td><td><?php echo $mostrar['status'] ?> </td><td><input type="checkbox" id="check"><label for="check"></label></td></tr> I...
asked by 13.11.2018 / 18:00
0
answers

Delete a name entered in the form by selecting a checkbox

I am practicing the SESSION_START () in php. In the following code I show you how to enter names in the form, a list is created below with the names entered, each name has a checkbox in front and what I can not do is that when I check the che...
asked by 09.11.2018 / 10:08
1
answer

Problem with checkbox and datatable?

I have a problem, what I want that is through an ajax can get a number of values and make a tour in my datatable that has a checkbox column, and if the value of that checkbox is equal to the value brought by ajax to be checked: $.ajax({ ur...
asked by 25.10.2018 / 22:13
0
answers

Checkbox data

My doubt I think is simple. I have a form with 150 records. I put a checkbox, the function is to mark which of the lines of the form are valid. this would be the checkbox code line <td><label> <input type="checkbox" nam...
asked by 15.10.2018 / 20:55
1
answer

Send checkbox data to php to update

I'm new to this ... any help is welcome. I have a modal view where I load a table, I have a checkbox for each row, I want to update the fields that are only selected, (get the values of the elements that are selected) and then make an update,...
asked by 11.10.2018 / 02:16
1
answer

How to obtain data from a checkbox?

How you can obtain data by selecting a checkbox, as shown in the image: When entering a salary, I get its value from the field and when I select "AFP" I can multiply the value obtained from salary with 0.10 which is the value of the AFP, i...
asked by 20.08.2018 / 22:39
0
answers

update several rows from a checkbox datatable with jquery, mysql and php

my question is: how can I update several fields of a mysql table after selecting multiple rows in checkbox datatable with jquery and php here the code: <script type="text/javascript"> $(document).on("ready", function(){ listar...
asked by 16.08.2018 / 17:40
2
answers

GroupBox and CheckBox c # winforms

I have a groupbox with several checkbox in, what I want to do is go through all the checkbox and get its status and see if it is selected or not and save in a variable that result (checked = 1, no checked = 0) to late...
asked by 05.08.2018 / 21:21
1
answer

How can I disable the checkbox contained in a table?

I'm starting with java and I had a problem, I have a table that is populated through a MYSQL database, this data is inserted through the "addRow ()" function where I also add a checkbox the problem is I want to disable the checkbox so that the u...
asked by 04.08.2018 / 03:21