SV - ElaProof 5 ltr. Grey Indoor

Varenr.:
1060052

SV = Skaffevare

-1 || name.indexOf(termPart) > -1 || description.indexOf(termPart) > -1; }); if (isMatch) { $this.show(); } else { $this.hide(); } }); // Hide empty sources $allFileSources.each(function() { var $sourceContainer = $(this); var totalVisibleItems = $sourceContainer.find(fileItemSelector).filter(function () { return $(this).css('display') !== 'none' }).length; if (totalVisibleItems > 0) { $sourceContainer.show(); } else { $sourceContainer.hide(); } }); // Show message if all sources are hidden if (!$allFileSources.is(':visible')) { $noMatchesLabel.show(); } else { $noMatchesLabel.hide(); } }, 200); }); }); })(jQuery, window, _)