function myFunction() {
var input = document.getElementById("myInput"); var filter = input.value.toUpperCase(); $(".AHRP_adv").each(function(){ var val = $(this).text(); if (val.toUpperCase().indexOf(filter) > -1) { $(this).show(); } else { $(this).hide(); }
});
}
Testo Cookie…