I have a table with information. The first column of the table have checkboxes. I can add/delete rows with a button by checking the checkboxes. The problem I have now is how
All CheckBox Checked
$("input[type=checkbox]").prop('checked', true);