Skip to content
Submitting
Your
Request
…
jQuery(document).ready(function( $ ){
setInterval(function() {
jQuery('.wpgb-facet-3 input[type=hidden]').each(function() {
var val = jQuery(this).val();
if(val != 'new' && val != 'best-selling' && val != 'in-person' && val != 'virtual') {
jQuery(this).closest('li').hide();
}
});
}, 100);
});
Notifications