add_action( 'wp_head', function() { ?>
<script>
(function($) {
$(document).on('facetwp-loaded', function() {
if ('' == FWP.build_query_string()) {
$('.geselecteerd').hide();
}
else {
$('.geselecteerd').show();
}
});
})(jQuery);
</script>
<script>
(function($) {
$(document).on('facetwp-loaded', function() {
if (0 == FWP.settings.pager.total_rows) {
$('.geenresultaten').show();
} else {
$('.geenresultaten').hide();
}
});
})(jQuery);
</script>
<?php }, 100 );
#0 #criteria #facetwp #geen #results #selecties