|
|
@@ -476,7 +476,9 @@
|
|
|
$("#unisex").attr('onclick','fnFilterOption(this,\'on\');');
|
|
|
$("#searchGoodsForm input:hidden[name=unisex]").remove();
|
|
|
$("#newGoods").prop('checked',true);
|
|
|
- $("#newGoods").attr('onclick','fnFilterOption(this,\'on\');');
|
|
|
+ $("#newGoods").attr('onclick','fnFilterOption(this,\'off\');');
|
|
|
+ $("#searchGoodsForm input:hidden[name=newGoods]").val('40');
|
|
|
+
|
|
|
fnFilterSliderMove(0,5);
|
|
|
fnDcRateFilterSliderMove(0,10);
|
|
|
$('.filter_content .sort').find('input[type=checkbox]').each(function (idx){
|
|
|
@@ -558,7 +560,7 @@
|
|
|
$("#brandNm").show();
|
|
|
$("#brandNm").text(brandGroupNm);
|
|
|
$("#navNm").hide();
|
|
|
- $('#ulAllCate').append('<li><a href="javascript:void(0);" onclick="cfnGoToGoodsList(\''+brandGroupNo+'\',\''+cateGb+'\');">전체</a></li>\n');
|
|
|
+ $('#ulAllCate').append('<li><a href="javascript:void(0);" onclick="cfnGoToGoodsList(\''+brandGroupNo+'\',\''+cateGb+'\');" class="on">전체</a></li>\n');
|
|
|
navNm += '<li class="bread_2depth" id="navNm1">전체</li>';
|
|
|
}else{
|
|
|
if(formalGb=='G009_20'){
|