|
|
@@ -88,11 +88,11 @@
|
|
|
<div class="sort tap02" th:if="${filterBrandList!=null and !filterBrandList.empty}" id="brandFilterDiv">
|
|
|
<ul>
|
|
|
<th:block th:each="filterBrandData, filterBrandStat : ${filterBrandList}">
|
|
|
- <li>
|
|
|
- <label class="brand_btn">
|
|
|
- <input type="checkbox" group="filterValue" th:id="${'chkFilterBrand'+filterBrandStat.count}" name="brand" th:value="${filterBrandData.filterCd}" th:data-id="${filterBrandData.filterNm}" onclick="filterSel(this,'brand','off');"><span th:text="${filterBrandData.filterNm}"></span>
|
|
|
- </label>
|
|
|
- </li>
|
|
|
+ <li>
|
|
|
+ <label class="brand_btn">
|
|
|
+ <input type="checkbox" group="filterValue" th:id="${'chkFilterBrand'+filterBrandStat.count}" name="brand" th:value="${filterBrandData.filterCd}" th:data-id="${filterBrandData.filterNm}" onclick="filterSel(this,'brand','off');"><span th:text="${filterBrandData.filterNm}"></span>
|
|
|
+ </label>
|
|
|
+ </li>
|
|
|
</th:block>
|
|
|
</ul>
|
|
|
<a href="javascript:void(0)" class="tap_close">delete-btn</a>
|
|
|
@@ -218,15 +218,15 @@
|
|
|
<!-- 필터 -->
|
|
|
<div class="fillter">
|
|
|
<div class="fillter_box" id="filterData">
|
|
|
-<!-- <span>-->
|
|
|
-<!-- 모이몰른-->
|
|
|
-<!-- <a href="javascript:;" class="filter_delete"></a >-->
|
|
|
-<!-- </span>-->
|
|
|
+ <!-- <span>-->
|
|
|
+ <!-- 모이몰른-->
|
|
|
+ <!-- <a href="javascript:;" class="filter_delete"></a >-->
|
|
|
+ <!-- </span>-->
|
|
|
<!-- 컬러 표시 -->
|
|
|
-<!-- <span>-->
|
|
|
-<!-- <span class="pdColor-color12"></span>-->
|
|
|
-<!-- <a href="javascript:;" class="filter_delete"></a >-->
|
|
|
-<!-- </span>-->
|
|
|
+ <!-- <span>-->
|
|
|
+ <!-- <span class="pdColor-color12"></span>-->
|
|
|
+ <!-- <a href="javascript:;" class="filter_delete"></a >-->
|
|
|
+ <!-- </span>-->
|
|
|
<!-- 컬러 표시 -->
|
|
|
</div>
|
|
|
<button class="fillter_reset" onclick="fnFilterReset();"><span>전체 초기화</span></button>
|
|
|
@@ -363,14 +363,11 @@
|
|
|
}
|
|
|
|
|
|
var fnGoodsListSearch = function (){
|
|
|
- console.log('1');
|
|
|
gagaInfiniteScroll.getHistory();
|
|
|
- console.log('2');
|
|
|
}
|
|
|
|
|
|
// 상품 검색
|
|
|
var fnGetInfiniteScrollDataList = function (pageNum){
|
|
|
- console.log('3');
|
|
|
$("#searchGoodsForm input[name=pageNo]").val(pageNum+1);
|
|
|
gagajf.ajaxFormSubmit("/display/category/goods/list", document.searchGoodsForm, gagaInfiniteScroll.jsonToHtml);
|
|
|
}
|
|
|
@@ -435,9 +432,9 @@
|
|
|
|
|
|
if (cate1 != null) {
|
|
|
tag += '<li';
|
|
|
- if(cate1.cate1No == cate1No){
|
|
|
- tag += ' class="on"';
|
|
|
- }
|
|
|
+ if(cate1.cate1No == cate1No){
|
|
|
+ tag += ' class="on"';
|
|
|
+ }
|
|
|
tag += '>\n';
|
|
|
tag += ' <a href="javascript:javascript:void(0);"';
|
|
|
if(cate1.cate1No == cate1No && cate2No == null){
|
|
|
@@ -474,7 +471,7 @@
|
|
|
$("#formTitle").text(cate2.cate2Nm);
|
|
|
}
|
|
|
tag += ' onclick="cfnGoToGoodsList('+brandGroupNo+',\''+cateGb+'\','+cate1.cate1No+','+cate2.cate2No+');">' + cate2.cate2Nm + '</a>\n';
|
|
|
- if (cate2.leafYn == 'N' && cate2.cate3List != null && cate2.cate3List.length > 0) {
|
|
|
+ if (cate2.leafYn == 'N' && cate2.cate3List != null && cate2.cate3List.length > 0) {
|
|
|
tag += '<div class="sub_cate"';
|
|
|
if(cate2.cate2No == cate2No){
|
|
|
tag += ' style="display: block;"';
|