This commit is contained in:
Ross
2021-09-29 22:17:39 +01:00
parent 278e38fc2c
commit 5aa71a0f8b
6 changed files with 75 additions and 53 deletions
@@ -21,11 +21,6 @@
{% block js %}
<script>
$(document).ready(function () {
$("table thead th input").click((e) => {
let status = e.currentTarget.checked; console.log(status, $("table tbody input")); $("table tbody input").prop("checked", status);
})
//$("thead input:checked").each((n, el) => {
$("#delete-selected-button").on("click", function () {
answer_ids = [];
$("tbody input:checked").each((n, el) => {