...
|
...
|
@@ -167,8 +167,9 @@ |
|
|
$(function(){
|
|
|
|
|
|
$('.ce1'+{$category}).children('h2').css({color:"red"});
|
|
|
$('.ce1'+{$category}).children('img').attr('src',"__TMPL__/public/assets/images/aicon10.png");
|
|
|
//$('.ce1'+{$category}).children('img').attr('src',"__TMPL__/public/assets/images/aicon10.png");
|
|
|
$('.ce'+{$category}).parent().parent().prev().next('.ce1_2').slideDown();
|
|
|
$('.ce'+{$category}).parent().parent().prev().children('img').attr('src',"__TMPL__/public/assets/images/aicon10.png");
|
|
|
$('.ce'+{$category}).children('h3').css({color:"red"});
|
|
|
})
|
|
|
|
...
|
...
|
|