Also, removes Lake Temperature, including all n/a, then sorts by date. Row colors have been removed since n/a can't be predicted.

This commit is contained in:
Jonathan Rosenbaum
2024-02-01 01:36:03 +00:00
parent 88233fe35b
commit 4af9802fff
2 changed files with 144 additions and 125 deletions
+2 -2
View File
@@ -32,8 +32,8 @@
$( window ).load(function() {
// #BED8D3' '#D8E4E6'
$('#Statistics tr:nth-child(6n), #Statistics tr:nth-child(6n-1), #Statistics tr:nth-child(6n-2)').css({backgroundColor:'#D8E4E6'});
$('#Statistics tr:nth-child(6n-3), #Statistics tr:nth-child(6n-4), #Statistics tr:nth-child(6n-5)').css({backgroundColor:'#BED8D3'});
// $('#Statistics tr:nth-child(6n), #Statistics tr:nth-child(6n-1), #Statistics tr:nth-child(6n-2)').css({backgroundColor:'#D8E4E6'});
// $('#Statistics tr:nth-child(6n-3), #Statistics tr:nth-child(6n-4), #Statistics tr:nth-child(6n-5)').css({backgroundColor:'#BED8D3'});
$("td[datetime]").each(function(key,value){
var dt = $(value).attr('datetime');