This commit is contained in:
Ross
2021-09-09 13:41:51 +01:00
parent 755215c08c
commit 27b020f097
3 changed files with 13 additions and 2 deletions
+1 -2
View File
@@ -57,8 +57,7 @@
<script>
$(document).ready(function () {
$(".hide-show").click((evt, el) => {
console.log("evt", evt);
console.log("el", el);
$(evt.target.parentElement).toggle();
})