From 1230e4cdc714aef571f15e8f3ffee57f0f9a471c Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Sat, 21 Jan 2017 01:27:27 +0100 Subject: [PATCH] QSO live table filter --- templates/contest/log.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/templates/contest/log.html b/templates/contest/log.html index 5149ec7..6b50c1c 100644 --- a/templates/contest/log.html +++ b/templates/contest/log.html @@ -55,7 +55,7 @@ {% for qso in qsos %} - + {{ qso.ownNo }} {{ qso.band }} {{ qso.time|date:"H:i" }} @@ -106,7 +106,22 @@ $(document).ready(function() { } } + function filterTableCalls(e) { + var call = $("#id_call").val(); + //var band = $("#id_band :selected").text(); + + for(var i=0; i