...
|
...
|
@@ -45,3 +45,14 @@ $category.click(function() { |
|
|
}, 200);
|
|
|
return false;
|
|
|
});
|
|
|
|
|
|
$('.brand-tabs').each(function() {
|
|
|
var tab;
|
|
|
|
|
|
if ($(this).find('li').length === 0) {
|
|
|
tab = $(this).siblings('dt').text();
|
|
|
|
|
|
$(this).parent('dl').hide();
|
|
|
$('.category-nav').find('.' + tab).hide();
|
|
|
}
|
|
|
}); |
...
|
...
|
|