Changes

try lazy images
Line 1: Line 1:  +
$(".lazy img").each(function() {
 +
    $(this).attr("loading", "lazy");
 +
});
 +
 
function filterTable(){
 
function filterTable(){
 
$("table.filterable").each(function(){
 
$("table.filterable").each(function(){
7,212

edits