...
|
...
|
@@ -152,7 +152,7 @@ |
|
|
|
|
|
$(document).ready(function(){
|
|
|
|
|
|
//$('.ce'+{$category}).parent().parent().css({display:"block"});
|
|
|
|
|
|
$('.ce'+{$category}).parent().parent().prev().trigger('click');
|
|
|
$('.ce'+{$category}).children('h3').css({color:"red"});
|
|
|
})
|
...
|
...
|
|